We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46ffd2 commit 6c7feffCopy full SHA for 6c7feff
.github/workflows/flutter.yml
@@ -23,6 +23,7 @@ jobs:
23
flutter-version: '3.22.2'
24
- run: flutter pub get
25
- run: flutter config --enable-web
26
+ - run: apt-get -y install xvfb
27
- name: test
28
env:
29
TEST_INSTANCE_URL: ${{ secrets.TEST_INSTANCE_URL }}
0 commit comments