Skip to content

Commit 4d056b2

Browse files
committed
Updating prod tests
1 parent 5801c7b commit 4d056b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Test XVFB
13-
uses: GabrielBB/xvfb-action@v1.4
13+
uses: GabrielBB/xvfb-action@v1.5
1414
with:
1515
run: echo 'Testing xvfb'
1616
- name: Test XVFB with working directory
17-
uses: GabrielBB/xvfb-action@v1.4
17+
uses: GabrielBB/xvfb-action@v1.5
1818
with:
1919
working-directory: ./node_modules
2020
run: pwd
2121
- name: Test XVFB with options
22-
uses: GabrielBB/xvfb-action@v1.4
22+
uses: GabrielBB/xvfb-action@v1.5
2323
with:
2424
options: -screen 0 1600x1200x24
2525
run: echo 'Testing xvfb'

0 commit comments

Comments
 (0)