Skip to content

Commit

Permalink
Merge pull request #359 from supertokens/fix-cicd-0.8
Browse files Browse the repository at this point in the history
fix: Update CICD
  • Loading branch information
rishabhpoddar authored Sep 4, 2023
2 parents ae43e93 + 35a35b4 commit 54a8bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/setupAndTestWithAuthReact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ git checkout $2
npm run init
cd ./test/server/
GIT_SSH_COMMAND="ssh" npm i -d
npm i git+https://github.com:supertokens/supertokens-node.git#$3
GIT_SSH_COMMAND="ssh" npm i git+https://github.com:supertokens/supertokens-node.git#$3
cd ../../
cd ../project/test/auth-react-server
go run main.go &
Expand Down

0 comments on commit 54a8bfb

Please sign in to comment.