Skip to content

Commit

Permalink
Try with less workers
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tanner committed Jun 28, 2022
1 parent 6c89c15 commit 725a806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
node-version: 16
cache: yarn
- run: yarn install
- run: yarn test --testTimeout=120000
- run: yarn test --testTimeout=120000 --maxWorkers=50%
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
cache: yarn
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- run: yarn install --frozen-lockfile
- run: yarn test --testTimeout=120000
- run: yarn test --testTimeout=120000 --maxWorkers=50%
- run: yarn semantic-release

0 comments on commit 725a806

Please sign in to comment.