Skip to content

Commit cade64a

Browse files
committed
fixup!
1 parent b81b538 commit cade64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
flutter-version: '3.22.2'
2424
- run: flutter pub get
2525
- run: flutter config --enable-web
26-
- run: sudo apt-get -y install xvfb
26+
- run: sudo apt-get -y install xvfb xorg gtk2-engines-pixbuf
2727
- name: test
2828
env:
2929
TEST_INSTANCE_URL: ${{ secrets.TEST_INSTANCE_URL }}
@@ -35,7 +35,7 @@ jobs:
3535
--dart-define=ELN_URL=$TEST_INSTANCE_URL \
3636
--driver=test_driver/integration_test.dart \
3737
--target=integration_test/app_test.dart \
38-
-d chrome --web-browser-flag "--disable-web-security --headless"
38+
-d chrome --web-browser-flag "--disable-web-security --headless" --headless
3939
4040
build:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)