Skip to content

Commit

Permalink
ci(github-actions): fix web integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Sep 3, 2024
1 parent 8a46aa3 commit 36e8c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ jobs:
flutter drive \
--driver=test_driver/integration_test.dart \
--target=integration_test/app_test.dart \
-d web-server
-d chrome \
--dart-define=CI=true
else
flutter test integration_test -d ${{ matrix.type }}
fi
Expand Down

0 comments on commit 36e8c56

Please sign in to comment.