We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81b538 commit cade64aCopy full SHA for cade64a
.github/workflows/flutter.yml
@@ -23,7 +23,7 @@ jobs:
23
flutter-version: '3.22.2'
24
- run: flutter pub get
25
- run: flutter config --enable-web
26
- - run: sudo apt-get -y install xvfb
+ - run: sudo apt-get -y install xvfb xorg gtk2-engines-pixbuf
27
- name: test
28
env:
29
TEST_INSTANCE_URL: ${{ secrets.TEST_INSTANCE_URL }}
@@ -35,7 +35,7 @@ jobs:
35
--dart-define=ELN_URL=$TEST_INSTANCE_URL \
36
--driver=test_driver/integration_test.dart \
37
--target=integration_test/app_test.dart \
38
- -d chrome --web-browser-flag "--disable-web-security --headless"
+ -d chrome --web-browser-flag "--disable-web-security --headless" --headless
39
40
build:
41
runs-on: ubuntu-latest
0 commit comments