Skip to content

Commit 2ed69d3

Browse files
committed
#58 fix keys.ts
1 parent 8ea365b commit 2ed69d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
SCOPES: ${{ secrets.scopes }}
2929
CLIENT_ID: ${{ secrets.client_id }}
3030
AUTHORITY: ${{ secrets.authority }}
31-
run: ./scripts/populate-keys.sh
31+
run: sudo sh scripts/populate-keys.sh
3232

3333
- name: Run the test
3434
run: npm run ci-test --if-present

0 commit comments

Comments
 (0)