We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3e49e commit 011de8fCopy full SHA for 011de8f
1 file changed
.circleci/config.yml
@@ -59,6 +59,12 @@ jobs:
59
JEST_JUNIT_ADD_FILE_ATTRIBUTE: "true"
60
JEST_JUNIT_FILE_PATH_PREFIX: "/home/circleci/project/"
61
ENABLE_SCHEMA_ISOLATION: "true"
62
+ - run:
63
+ name: Test (sequential - for Redis pub/sub tests)
64
+ command: |
65
+ ./node_modules/.bin/jest __tests__/workers/newNotificationV2RealTime.ts --testEnvironment=node --runInBand --ci
66
+ environment:
67
+ NODE_OPTIONS: --max-old-space-size=12288
68
- store_test_results:
69
path: ./test-results
70
- store_artifacts:
0 commit comments