Skip to content

Commit

Permalink
fix ci (#88)
Browse files Browse the repository at this point in the history
* fix ci

* attempt

* update `browser-run`

* Revert "attempt"

This reverts commit 3aff22c.

* ugprade `browser-run`
  • Loading branch information
juliangruber authored Sep 9, 2023
1 parent 01f5097 commit 2730fcb
Show file tree
Hide file tree
Showing 3 changed files with 614 additions and 599 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: sudo apt-get install xvfb
- run: xvfb-run --auto-servernum npm test
- run: xvfb-run npm test
timeout-minutes: 5
Loading

0 comments on commit 2730fcb

Please sign in to comment.