Skip to content

Commit

Permalink
Update CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Sep 4, 2023
1 parent ae43e93 commit 35a35b4
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 35a35b4

Please sign in to comment.