Skip to content

Commit 011de8f

Browse files
committed
ci: add sequential test step for Redis pub/sub tests
1 parent 5f3e49e commit 011de8f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
JEST_JUNIT_ADD_FILE_ATTRIBUTE: "true"
6060
JEST_JUNIT_FILE_PATH_PREFIX: "/home/circleci/project/"
6161
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
6268
- store_test_results:
6369
path: ./test-results
6470
- store_artifacts:

0 commit comments

Comments
 (0)