Skip to content

Commit

Permalink
Updating prod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBB committed Apr 18, 2021
1 parent 5801c7b commit 4d056b2
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.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: echo 'Testing xvfb'
- name: Test XVFB with working directory
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
working-directory: ./node_modules
run: pwd
- name: Test XVFB with options
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
options: -screen 0 1600x1200x24
run: echo 'Testing xvfb'
Expand Down

0 comments on commit 4d056b2

Please sign in to comment.