Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: TT-610 create keys.ts file
  • Loading branch information
wilc0519 committed Apr 13, 2022
commit ce68680489b4f77c4c7b4302eb4a29c774633511
3 changes: 0 additions & 3 deletions .github/workflows/CI-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:
AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}
run: |
chmod +x ./scripts/populate-keys.sh
chmod +x ./scripts/create-keys.sh
sh ./scripts/populate-keys.sh
sh ./scripts/create-keys.sh


- name: Running tests
run: npm run ci-test --if-present
Expand Down
Loading