1 parent b5e088a commit 698570cCopy full SHA for 698570c
2 files changed
.github/workflows/local.yml
@@ -22,7 +22,6 @@ jobs:
22
run: pwd
23
24
- name: Test XVFB with options
25
- if: ${{ matrix.os == 'ubuntu-latest' }}
26
uses: ./
27
with:
28
options: -screen 0 1600x1200x24
.github/workflows/prod.yml
@@ -18,8 +18,14 @@ jobs:
18
19
working-directory: ./node_modules
20
21
+ - name: Test XVFB with options
+ uses: GabrielBB/xvfb-action@v1.4
+ with:
+ options: -screen 0 1600x1200x24
+ run: echo 'Testing xvfb'
- name: Test using major tag
uses: GabrielBB/xvfb-action@v1
29
30
31
0 commit comments