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 cc5f737 commit e33f68fCopy full SHA for e33f68f
1 file changed
.github/workflows/test.yml
@@ -115,5 +115,14 @@ jobs:
115
- name: Run Setup Script
116
run: ./scripts/setup_ga_tests.sh
117
118
+ - name: Install xvfb
119
+ if: ${{ contains(matrix.BROWSER, 'chrome') }}
120
+ run: sudo apt-get install xvfb
121
+
122
+ - name: Run Tests with Xvfb
123
124
+ run: xvfb-run --auto-servernum ./scripts/run_travis.sh
125
126
- name: Run Tests
127
+ if: ${{ !contains(matrix.BROWSER, 'chrome') }}
128
run: ./scripts/run_travis.sh
0 commit comments