Skip to content

Commit

Permalink
chore(test): Use maxWorkers=1 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Jul 27, 2023
1 parent 507fe44 commit 61759ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Run tests
run: yarn run test:e2e --max-workers=2
run: yarn run test:e2e --max-workers=1

- name: Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 61759ff

Please sign in to comment.