Skip to content

Commit

Permalink
Update suggested GHA workflow (#163)
Browse files Browse the repository at this point in the history
* Update README.md

* Forgot one line
  • Loading branch information
fregante authored Sep 10, 2023
1 parent 36a3492 commit da19c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- 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
```
### Travis
Expand Down

0 comments on commit da19c6f

Please sign in to comment.