Skip to content

Commit 42bd16b

Browse files
committed
Update workflow
1 parent c3e4677 commit 42bd16b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-extension-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
run: |
1919
echo $PWD
2020
ls -lah
21-
- name: Install dependencies
21+
- name: Install npm dependencies
2222
run: npm i
23+
- name: Install other dependencies
24+
run: apt install xorg-server xorg-xinit
2325
- name: Run tests
2426
run: |
2527
startx &

0 commit comments

Comments
 (0)