CircleCI use correct integration test command

This commit is contained in:
BryceLTaylor 2021-11-15 17:10:25 -05:00
parent 04e13b0852
commit c0bbf60114

View file

@ -100,7 +100,7 @@ aliases:
- run:
name: "integration tests with Jest"
command: |
JEST_JUNIT_OUTPUT_NAME=integration-jest-results.xml npm run test:integration:jest:remote -- --reporters=jest-junit
JEST_JUNIT_OUTPUT_NAME=integration-jest-results.xml npm run test:integration:remote -- --reporters=jest-junit
- store_test_results:
path: test/results
- &update-translations