Skip to content

Commit 0c35313

Browse files
committed
fix: TT-610 Fix pipeline CCI-time-tracker-ui
1 parent 927adc9 commit 0c35313

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
sh ./scripts/populate-keys.sh
5353
5454
- name: Running tests
55-
run: npm run config
56-
run: npm run ci-test --if-present
55+
run: npm run config && npm run ci-test --if-present
5756

5857
- name: Generate coverage report
5958
env:

0 commit comments

Comments
 (0)