Skip to content

Commit

Permalink
ci(github-actions): remove build command from running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Sep 4, 2024
1 parent d75a1f0 commit 749a900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jobs:
run: |
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter build ${{ matrix.type }} --no-tree-shake-icons --target=integration_test/app_test.dart
if [ "${{ matrix.type }}" == "linux" ]; then
xvfb-run flutter test integration_test -d ${{ matrix.type }}
Expand Down

0 comments on commit 749a900

Please sign in to comment.