We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bba0c6 commit d88e616Copy full SHA for d88e616
1 file changed
.github/workflows/nodejs.yml
@@ -60,7 +60,7 @@ jobs:
60
npm start &
61
- name: Start auth server
62
run: |
63
- cd tests/test-apps/sample-server
+ cd sdk/tests/test-apps/sample-server
64
echo PRIVATE_KEY=${{ secrets.ik_private_key }} >> .env;
65
npm install
66
npm run server &
0 commit comments