Skip to content

Commit 6a2cb89

Browse files
nonaraRon Spickenagel
authored andcommitted
build(ci): Updated publish script
1 parent edd0000 commit 6a2cb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: yarn build
3939

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

0 commit comments

Comments
 (0)