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 1dbe7a6 commit 9eaec28Copy full SHA for 9eaec28
.github/actions/run-xvfb/action.yml
@@ -9,7 +9,5 @@ inputs:
9
runs:
10
using: 'composite'
11
steps:
12
- - uses: coactions/setup-xvfb@v1
13
- with:
14
- options: -screen 0 1280x1024x24
15
- run: ${{ inputs.run }}
+ - run: xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" ${{ inputs.run }}
+ shell: bash
0 commit comments