Skip to content

Commit

Permalink
chore(ci): switch to coactions/setup-xvfb@v1 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans authored Jul 13, 2023
1 parent f28f302 commit 39b8638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
with:
working-directory: ./ #optional
run: npm test

0 comments on commit 39b8638

Please sign in to comment.