Skip to content
Merged
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
Next Next commit
fix: TT-593 fixed the CI-time-tracker-ui.yml file
  • Loading branch information
codigodehoy committed Apr 6, 2022
commit dede01bcbeb6b043953c3a7eddbe87f70f85a3e7
2 changes: 1 addition & 1 deletion .github/workflows/CI-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sh ./scripts/populate-keys.sh

- name: Running tests
run: npm run ci-test --if-present
run: npm run test

- name: Generate coverage report
env:
Expand Down