We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b007a04 commit 8e138a8Copy full SHA for 8e138a8
.github/workflows/test.yml
@@ -19,8 +19,6 @@ jobs:
19
repository-projects: read
20
security-events: read
21
statuses: read
22
- env:
23
- DISPLAY: :99
24
runs-on: ubuntu-latest
25
if: github.repository == 'seleniumhq/selenium-ide'
26
steps:
@@ -39,5 +37,5 @@ jobs:
39
37
- name: Install xvfb
40
38
run: sudo apt-get update && sudo apt-get install -y xvfb x11-xserver-utils
41
- name: Run all tests and also use xvfb
42
- run: xvfb-run --server-num=99 npm run test:ci
+ run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test:ci
43
0 commit comments