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 56283c6 commit a9150e6Copy full SHA for a9150e6
.github/workflows/CI-time-tracker-ui.yml
@@ -47,7 +47,9 @@ jobs:
47
STACK_EXCHANGE_ID: ${{ secrets.STACK_EXCHANGE_ID }}
48
STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}
49
AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}
50
- run: sudo sh scripts/populate-keys.sh
+ run: |
51
+ chmod +x ./scripts/populate-keys.sh
52
+ sh ./scripts/populate-keys.sh
53
54
- name: Running tests
55
run: npm run ci-test --if-present
0 commit comments