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 0f6aabe commit 846fd74Copy full SHA for 846fd74
.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