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 authored and Ron Spickenagel committed Jan 5, 2023
1 parent edd0000 commit 6a2cb89
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 6a2cb89

Please sign in to comment.