Skip to content

Commit

Permalink
Using newer version of xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 22, 2023
1 parent f9746b5 commit 6af508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: npm install
- run: npm run compile
- name: Run headless test
uses: coactions/setup-xvfb@v1
uses: coactions/setup-xvfb@v1.0.1
with:
run: npm run test:e2e
- name: Unit Tests
Expand Down

0 comments on commit 6af508a

Please sign in to comment.