Skip to content

Commit

Permalink
Fix multi variable not being visible to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 4, 2024
1 parent 0332e0f commit 60f6538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/setupAndTestBackendSDKWithFreeCore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export SUPERTOKENS_CORE_TAG=$coreTag
export NODE_PORT=8081
export INSTALL_PATH=../supertokens-root
export MOCHA_FILE=test-results/junit.xml
multi="spec=- mocha-junit-reporter=$MOCHA_FILE"
export multi="spec=- mocha-junit-reporter=$MOCHA_FILE"

mkdir -p test-results
TEST_FILES=$(circleci tests glob "test/**/*.test.js")
Expand Down

0 comments on commit 60f6538

Please sign in to comment.