Skip to content

Commit

Permalink
Update prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBB authored Dec 5, 2024
1 parent b706e4e commit 5bcda06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Test XVFB
uses: GabrielBB/xvfb-action@v1.6
uses: GabrielBB/xvfb-action@v1.7
with:
run: echo 'Testing xvfb'
- name: Test XVFB with working directory
uses: GabrielBB/xvfb-action@v1.6
uses: GabrielBB/xvfb-action@v1.7
with:
working-directory: ./node_modules
run: pwd
- name: Test XVFB with options
uses: GabrielBB/xvfb-action@v1.6
uses: GabrielBB/xvfb-action@v1.7
with:
options: -screen 0 1600x1200x24
run: echo 'Testing xvfb'
Expand Down

0 comments on commit 5bcda06

Please sign in to comment.