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 refactor
  • Loading branch information
wilc0519 committed Apr 20, 2022
commit 6e55792b14cb8667124ad6094a52699388c0f8b5
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-var-file.sh

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

- name: Generate coverage report
env:
Expand Down