Skip to content

Commit 9eaec28

Browse files
committed
Call xvfb directly
1 parent 1dbe7a6 commit 9eaec28

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/actions/run-xvfb/action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ inputs:
99
runs:
1010
using: 'composite'
1111
steps:
12-
- uses: coactions/setup-xvfb@v1
13-
with:
14-
options: -screen 0 1280x1024x24
15-
run: ${{ inputs.run }}
12+
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" ${{ inputs.run }}
13+
shell: bash

0 commit comments

Comments
 (0)