Skip to content

Commit 1182f66

Browse files
Update .circleci/config.yml don't split integration tests when not parallelized
Co-authored-by: Ray Schamp <[email protected]>
1 parent d8d4557 commit 1182f66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
environment:
7272
JEST_JUNIT_OUTPUT_NAME: integration-results.xml
7373
command: |
74-
export TESTFILES=$(circleci tests glob "test/integration/*.test.js" | circleci tests split --split-by=timings)
75-
$(npm bin)/jest ${TESTFILES} --reporters="default" --reporters="jest-junit" --runInBand
74+
$(npm bin)/jest test/integration/*.test.js --reporters="default" --reporters="jest-junit" --runInBand
7675
- store_artifacts:
7776
path: coverage
7877
- store_test_results:

0 commit comments

Comments
 (0)