Skip to content

Commit 927adc9

Browse files
committed
fix: TT-610 add new run line
1 parent 3c87026 commit 927adc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

5758
- name: Generate coverage report
5859
env:

0 commit comments

Comments
 (0)