Skip to content

Commit 1755821

Browse files
committed
Fix CI
1 parent aaffb79 commit 1755821

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node_version }}
3939

40+
- name: Linux Setup
41+
if: matrix.os == 'ubuntu-latest'
42+
run: Xvfb -ac :99 -screen 0 800x600x8 &
43+
4044
- name: Install Dependencies
4145
run: yarn
4246

0 commit comments

Comments
 (0)