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 efacbaf commit 3568834Copy full SHA for 3568834
.github/workflows/CI-time-tracker-ui.yml
@@ -52,7 +52,7 @@ jobs:
52
sh ./scripts/populate-keys.sh
53
54
- name: Running tests
55
- run: npm run config && ci-test --if-present
+ run: npm run config && npm run ci-test --if-present
56
57
- name: Generate coverage report
58
env:
0 commit comments