Skip to content

Commit f89b95a

Browse files
committed
lol idk maybe the cypress guys got it figured out
1 parent e74f787 commit f89b95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build side-runner and selenium-ide
3636
run: npm run build
3737
- name: Install xvfb
38-
run: sudo apt-get update -y && sudo apt-get install -y xvfb x11-xserver-utils
38+
run: sudo apt-get update -y && sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
3939
- name: Run all tests and also use xvfb
4040
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test:ci
4141

0 commit comments

Comments
 (0)