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 846fd74 commit 8ea365bCopy full SHA for 8ea365b
.github/workflows/CI-mutation-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
SCOPES: ${{ secrets.scopes }}
29
CLIENT_ID: ${{ secrets.client_id }}
30
AUTHORITY: ${{ secrets.authority }}
31
- run: scripts/populate-keys.sh
+ run: ./scripts/populate-keys.sh
32
33
- name: Run the test
34
run: npm run ci-test --if-present
0 commit comments