Skip to content

Commit

Permalink
👷 Update github actions workflow to use coactions/setup-xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Nov 14, 2023
1 parent fd1c5b4 commit 9159c0f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ jobs:
env:
CI: true
- name: run unit tests
run: xvfb-run --auto-servernum npm run test:unit
uses: coactions/setup-xvfb@v1
with:
run: npm run test:unit
env:
CI: true
- name: run smoke tests
run: xvfb-run --auto-servernum npm run test:smoke
uses: coactions/setup-xvfb@v1
with:
run: npm run test:smoke
env:
CI: true

0 comments on commit 9159c0f

Please sign in to comment.