Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 7f589cb

Browse files
authored
Merge pull request #128 from thepensionsregulator/ci-runInBand
circle ci tests running slow, testing this flag
2 parents 3e6ba64 + a581803 commit 7f589cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: node --version
1717
- run: yarn install
1818
- run: yarn build
19-
- run: yarn test
19+
- run: yarn test --runInBand
2020
- save_cache:
2121
key: dependency-cache-{{ checksum "package.json" }}
2222
paths:

0 commit comments

Comments
 (0)