Skip to content

Commit efacbaf

Browse files
committed
fix: TT-610 Update CI time-tracker-ui
1 parent 6decc94 commit efacbaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

5757
- name: Generate coverage report
5858
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "ng build --prod",
1010
"test": "ng test --browsers ChromeHeadless",
1111
"test-headless": "ng test --browsers ChromeHeadless",
12-
"ci-test": "npm run config && ng test --no-watch --no-progress --browsers ChromeHeadless",
12+
"ci-test": "ng test --no-watch --no-progress --browsers ChromeHeadless",
1313
"lint": "ng lint",
1414
"e2e": "ng e2e"
1515
},

0 commit comments

Comments
 (0)