Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.1' into test-cicd/fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Jul 26, 2024
2 parents 006ac8b + ac6b20e commit 0777b9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
- run: update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: npm i -d
- run: (cd .circleci/ && ./doTests.sh)
- run:
name: Run tests
command: cd .circleci/ && ./doTests.sh
no_output_timeout: 30m
- store_artifacts:
path: ../supertokens-root/logs
destination: logfiles
Expand Down
Loading

0 comments on commit 0777b9f

Please sign in to comment.