From 5160637c38baec850d13d071594a2d2a4b23bcfb Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Fri, 1 Nov 2024 11:57:35 +0100 Subject: [PATCH] ci: fixing after test splitting --- .circleci/doTests.sh | 4 ++-- TestingApp/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/doTests.sh b/.circleci/doTests.sh index b947f85..29d4ca7 100755 --- a/.circleci/doTests.sh +++ b/.circleci/doTests.sh @@ -68,5 +68,5 @@ then exit 1 fi rm -rf ../../supertokens-root -rm -rf ../test/server/node_modules/supertokens-node -git checkout HEAD -- ../test/server/package.json \ No newline at end of file +rm -rf ../TestingApp/test/server/node_modules/supertokens-node +git checkout HEAD -- ../TestingApp/test/server/package.json \ No newline at end of file diff --git a/TestingApp/package.json b/TestingApp/package.json index ea32293..98e2ef3 100644 --- a/TestingApp/package.json +++ b/TestingApp/package.json @@ -7,7 +7,7 @@ "ios": "react-native run-ios", "start": "react-native start", "test": "npx jest test/*.spec.js --runInBand --silent=false", - "test-ci": "npx jest --listTests | circleci tests run --command=\"JEST_JUNIT_ADD_FILE_ATTRIBUTE=true xargs npx jest --runInBand --\" --verbose --split-by=timings", + "test-ci": "npx jest --listTests test/*.spec.js | circleci tests run --command=\"JEST_JUNIT_ADD_FILE_ATTRIBUTE=true xargs npx jest --runInBand --\" --verbose --split-by=timings", "lint": "eslint ." }, "dependencies": {