Skip to content

Commit e33f68f

Browse files
committed
Try running Chrome tests with Xvfb
1 parent cc5f737 commit e33f68f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,14 @@ jobs:
115115
- name: Run Setup Script
116116
run: ./scripts/setup_ga_tests.sh
117117

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+
if: ${{ contains(matrix.BROWSER, 'chrome') }}
124+
run: xvfb-run --auto-servernum ./scripts/run_travis.sh
125+
118126
- name: Run Tests
127+
if: ${{ !contains(matrix.BROWSER, 'chrome') }}
119128
run: ./scripts/run_travis.sh

0 commit comments

Comments
 (0)