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 c579da9 commit 8f7a57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
run: melos bootstrap

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

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

0 comments on commit 8f7a57b

Please sign in to comment.