We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2a202 commit 1b3b29cCopy full SHA for 1b3b29c
1 file changed
.github/workflows/flutter-ci.yml
@@ -66,10 +66,9 @@ jobs:
66
run: sudo apt-get update && sudo apt-get install -y xvfb libgtk-3-dev libstdc++-12-dev
67
68
- name: Run linux integration tests
69
- if: runner.os == 'Linux'
70
- # desktop integration tests run on the same container; wrap in Xvfb
71
- run: |
72
- xvfb-run flutter test integration_test/app_test.dart -d linux
+ uses: coactions/setup-xvfb@v1
+ with:
+ run: flutter test integration_test/app_test.dart -d linux -r github
73
74
build-apk:
75
needs: test
0 commit comments