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 6decc94 commit efacbafCopy full SHA for efacbaf
.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 ci-test --if-present
+ run: npm run config && ci-test --if-present
56
57
- name: Generate coverage report
58
env:
package.json
@@ -9,7 +9,7 @@
9
"build": "ng build --prod",
10
"test": "ng test --browsers ChromeHeadless",
11
"test-headless": "ng test --browsers ChromeHeadless",
12
- "ci-test": "npm run config && ng test --no-watch --no-progress --browsers ChromeHeadless",
+ "ci-test": "ng test --no-watch --no-progress --browsers ChromeHeadless",
13
"lint": "ng lint",
14
"e2e": "ng e2e"
15
},
0 commit comments