mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 10:58:23 -05:00
CircleCI use correct integration test command
This commit is contained in:
parent
04e13b0852
commit
c0bbf60114
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ aliases:
|
||||||
- run:
|
- run:
|
||||||
name: "integration tests with Jest"
|
name: "integration tests with Jest"
|
||||||
command: |
|
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:
|
- store_test_results:
|
||||||
path: test/results
|
path: test/results
|
||||||
- &update-translations
|
- &update-translations
|
||||||
|
|
Loading…
Reference in a new issue