Skip to content

Commit

Permalink
Revert "build(app): test if removing device runs test on GitHub again…
Browse files Browse the repository at this point in the history
…" (did not fix it)

This reverts commit d4a7be3.
  • Loading branch information
tamslo committed Aug 28, 2024
1 parent d4a7be3 commit eee58e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- run: flutter pub get
- run: flutter pub run build_runner build
- run: open -a Simulator.app
- run: flutter test integration_test --coverage
- run: flutter test integration_test -d iPhone --coverage
- uses: codecov/codecov-action@v3
with:
flags: app
Expand Down

0 comments on commit eee58e3

Please sign in to comment.