Skip to content

Commit 4b91615

Browse files
Update .circleci/config.yml reformat integration command
Co-authored-by: Ray Schamp <[email protected]>
1 parent 1182f66 commit 4b91615

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
@@ -70,8 +70,7 @@ jobs:
7070
name: Integration
7171
environment:
7272
JEST_JUNIT_OUTPUT_NAME: integration-results.xml
73-
command: |
74-
$(npm bin)/jest test/integration/*.test.js --reporters="default" --reporters="jest-junit" --runInBand
73+
command: npm run test:integration -- --reporters="default" --reporters="jest-junit"
7574
- store_artifacts:
7675
path: coverage
7776
- store_test_results:

0 commit comments

Comments
 (0)