We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b706e4e commit 5bcda06Copy full SHA for 5bcda06
.github/workflows/prod.yml
@@ -10,16 +10,16 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v2
12
- name: Test XVFB
13
- uses: GabrielBB/xvfb-action@v1.6
+ uses: GabrielBB/xvfb-action@v1.7
14
with:
15
run: echo 'Testing xvfb'
16
- name: Test XVFB with working directory
17
18
19
working-directory: ./node_modules
20
run: pwd
21
- name: Test XVFB with options
22
23
24
options: -screen 0 1600x1200x24
25
0 commit comments