Skip to content

Commit

Permalink
build(ci): Updated publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Jan 5, 2023
1 parent 46f4588 commit 6c1aeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
run: yarn build

- name: Test
run: yarn test
run: yarn test --runInBand=false --maxWorkers=2 --workerIdleMemoryLimit=1700MB # https://github.com/facebook/jest/issues/11956
env:
CI: true

Expand Down

0 comments on commit 6c1aeef

Please sign in to comment.