Skip to content

Commit

Permalink
Hotfix for memory leak in tests breaking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Apr 5, 2022
1 parent f571aaf commit 0ea6424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
node-version: 16.x
- run: yarn --immutable --immutable-cache
- run: yarn start:redis
- run: yarn test
# FIXME: See https://github.com/facebook/jest/issues/6814#issuecomment-701323249 (Workaround for #553)
- run: find ./__tests__ -type f -name \*.ts | sort -R | xargs -L 5 yarn test --runInBand
codegen:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0ea6424

Please sign in to comment.