Skip to content

Commit

Permalink
ci: use chrome headless
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Mar 28, 2024
1 parent 0ad6398 commit fd5400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: npm install --frozen-lockfile
- run: npm run test
- run: npm run test --watch=false -- --browsers=ChromeHeadless

0 comments on commit fd5400b

Please sign in to comment.