Skip to content

Commit

Permalink
fix(ci): don't use multiple processes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 13, 2024
1 parent 03a0d93 commit d76c766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Run tests
run: |
tox -- -vvv --selenosis-driver=chrome-headless --numprocesses=4 --exitfirst || \
tox -- -vvv --selenosis-driver=chrome-headless || \
tox -- -vvv --selenosis-driver=chrome-headless
env:
PIXELMATCH_BIN: ${{ env.GITHUB_WORKSPACE }}/node_modules/.bin/pixelmatch
Expand Down

0 comments on commit d76c766

Please sign in to comment.