From c0bbf601140b528c07bbb1d70bdc9c6befe71d94 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Mon, 15 Nov 2021 17:10:25 -0500 Subject: [PATCH] CircleCI use correct integration test command --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 390cd6746..d89d339bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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