Skip to content

Commit 8e138a8

Browse files
committed
xvfb maybe this way?
1 parent b007a04 commit 8e138a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
repository-projects: read
2020
security-events: read
2121
statuses: read
22-
env:
23-
DISPLAY: :99
2422
runs-on: ubuntu-latest
2523
if: github.repository == 'seleniumhq/selenium-ide'
2624
steps:
@@ -39,5 +37,5 @@ jobs:
3937
- name: Install xvfb
4038
run: sudo apt-get update && sudo apt-get install -y xvfb x11-xserver-utils
4139
- name: Run all tests and also use xvfb
42-
run: xvfb-run --server-num=99 npm run test:ci
40+
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test:ci
4341

0 commit comments

Comments
 (0)