Skip to content

Commit

Permalink
ci: fixing after test splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Nov 1, 2024
1 parent 0365300 commit 5160637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/doTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
rm -rf ../TestingApp/test/server/node_modules/supertokens-node
git checkout HEAD -- ../TestingApp/test/server/package.json
2 changes: 1 addition & 1 deletion TestingApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5160637

Please sign in to comment.