Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Aug 7, 2024
1 parent c09c0d8 commit c44cb81
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: tests
on:
- push
- pull_request
- push
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v4
- run: npm install
- run: sudo apt-get install xvfb
- run: xvfb-run --auto-servernum npm test
- run: xvfb-run npm test
timeout-minutes: 5 # If the tests fails, the browser will hang open indefinitely

0 comments on commit c44cb81

Please sign in to comment.