Skip to content

Commit 698570c

Browse files
committed
Adapting tests
1 parent b5e088a commit 698570c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/local.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
run: pwd
2323

2424
- name: Test XVFB with options
25-
if: ${{ matrix.os == 'ubuntu-latest' }}
2625
uses: ./
2726
with:
2827
options: -screen 0 1600x1200x24

.github/workflows/prod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ jobs:
1818
with:
1919
working-directory: ./node_modules
2020
run: pwd
21+
- name: Test XVFB with options
22+
uses: GabrielBB/xvfb-action@v1.4
23+
with:
24+
options: -screen 0 1600x1200x24
25+
run: echo 'Testing xvfb'
2126
- name: Test using major tag
2227
uses: GabrielBB/xvfb-action@v1
2328
with:
2429
working-directory: ./node_modules
30+
options: -screen 0 1600x1200x24
2531
run: pwd

0 commit comments

Comments
 (0)