Skip to content

Commit

Permalink
Update java before running tests (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 authored Jun 24, 2022
1 parent 8e52d9b commit c060d76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- image: rishabhpoddar/supertokens_website_sdk_testing
steps:
- checkout
- run: update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
- 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)
Expand Down

0 comments on commit c060d76

Please sign in to comment.