Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Jan 5, 2025
1 parent 8f7a57b commit 8dc632b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: Bootstrap
run: melos bootstrap

- name: Run small display integration testing
run: xvfb-run -a flutter test integration_test/small_display_test.dart -d linux

- name: Run large display integration testing
run: xvfb-run -a flutter test integration_test/large_display_test.dart -d linux

- name: Run integration testing
run: xvfb-run $(flutter test integration_test/large_display_test.dart -d linux && flutter test integration_test/small_display_test.dart -d linux)

0 comments on commit 8dc632b

Please sign in to comment.