We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1182f66 commit 4b91615Copy full SHA for 4b91615
.circleci/config.yml
@@ -70,8 +70,7 @@ jobs:
70
name: Integration
71
environment:
72
JEST_JUNIT_OUTPUT_NAME: integration-results.xml
73
- command: |
74
- $(npm bin)/jest test/integration/*.test.js --reporters="default" --reporters="jest-junit" --runInBand
+ command: npm run test:integration -- --reporters="default" --reporters="jest-junit"
75
- store_artifacts:
76
path: coverage
77
- store_test_results:
0 commit comments