Skip to content

Commit

Permalink
fix: update auth-react
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Nov 21, 2024
1 parent e91f461 commit 577c60e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .circleci/setupAndTestWithAuthReact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ cd ../../../../supertokens-auth-react/

# SKIP_OAUTH=true npm run test-with-non-node

mkdir -p ~/test_report/logs
mkdir -p ~/test_report/react-logs
mkdir -p ~/test_report/screenshots

echo "Running tests with React 18"
# Run node server in background.
if [[ "${SERVER_STARTED}" != "true" ]]; then
Expand All @@ -90,10 +94,6 @@ done
sleep 2 # Because the server is responding does not mean the app is ready. Let's wait another 2secs to make sure the app is up.


mkdir -p ~/test_report/logs
mkdir -p ~/test_report/react-logs
mkdir -p ~/test_report/screenshots

echo "Start mocha testing"

if ! [[ -z "${CI}" ]]; then
Expand Down
8 changes: 4 additions & 4 deletions .circleci/setupAndTestWithAuthReactWithDjango.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ cd ../../../../supertokens-auth-react/

# SKIP_OAUTH=true npm run test-with-non-node

mkdir -p ~/test_report/logs
mkdir -p ~/test_report/react-logs
mkdir -p ~/test_report/screenshots

echo "Running tests with React 18"
# Run node server in background.
if [[ "${SERVER_STARTED}" != "true" ]]; then
Expand All @@ -92,10 +96,6 @@ done
sleep 2 # Because the server is responding does not mean the app is ready. Let's wait another 2secs to make sure the app is up.


mkdir -p ~/test_report/logs
mkdir -p ~/test_report/react-logs
mkdir -p ~/test_report/screenshots

echo "Start mocha testing"

if ! [[ -z "${CI}" ]]; then
Expand Down
8 changes: 4 additions & 4 deletions .circleci/setupAndTestWithAuthReactWithFlask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ cd ../../../../supertokens-auth-react/

# SKIP_OAUTH=true npm run test-with-non-node

mkdir -p ~/test_report/logs
mkdir -p ~/test_report/react-logs
mkdir -p ~/test_report/screenshots

echo "Running tests with React 18"
# Run node server in background.
if [[ "${SERVER_STARTED}" != "true" ]]; then
Expand All @@ -92,10 +96,6 @@ done
sleep 2 # Because the server is responding does not mean the app is ready. Let's wait another 2secs to make sure the app is up.


mkdir -p ~/test_report/logs
mkdir -p ~/test_report/react-logs
mkdir -p ~/test_report/screenshots

echo "Start mocha testing"

if ! [[ -z "${CI}" ]]; then
Expand Down

0 comments on commit 577c60e

Please sign in to comment.