Skip to content

Commit

Permalink
disable cache on server tests
Browse files Browse the repository at this point in the history
suggested online this could cause the memory leak
  • Loading branch information
nick-funk committed Sep 19, 2023
1 parent a2831a8 commit f043f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
npx @coralproject/package-version-lint
-
name: Run Server Unit Tests
run: cd server && npm run test:server -- --ci --runInBand --reporters=default --reporters=jest-junit
run: cd server && npm run test:server -- --no-cache --ci --runInBand --reporters=default --reporters=jest-junit
-
name: Run Client Stream Unit Tests
run: cd client && npm run test:client:stream -- --ci --runInBand --reporters=default --reporters=jest-junit
Expand Down

0 comments on commit f043f2a

Please sign in to comment.