Skip to content

Commit

Permalink
fix(CI): Disable widget book for test job 🚀.
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Obella <[email protected]>
  • Loading branch information
wizlif committed Apr 3, 2023
1 parent 09d5506 commit 77f787d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
with:
channel: ${{ env.flutter_channel }}
flutter-version: ${{ env.flutter_version }}

- name: Disable Widgetbook Generator for test
run: sed -i 's|widgetbook_generator|#widgetbook_generator|g' pubspec.yaml

- name: Get Flutter dependencies
run: flutter pub get .
Expand Down

0 comments on commit 77f787d

Please sign in to comment.