We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e52d9b commit c060d76Copy full SHA for c060d76
.circleci/config.yml
@@ -20,6 +20,8 @@ jobs:
20
- image: rishabhpoddar/supertokens_website_sdk_testing
21
steps:
22
- checkout
23
+ - run: update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
24
+ - run: update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
25
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
26
- run: npm i -d
27
- run: (cd .circleci/ && ./doTests.sh)
0 commit comments