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 7ebee23 commit 7167b72Copy full SHA for 7167b72
2 files changed
.github/workflows/ci.yml
@@ -179,7 +179,7 @@ jobs:
179
cache: npm
180
- name: Install dependencies
181
run: npm ci
182
- - name: Collect unit test coverage
+ - name: Collect unit test coverage (temporary due to coverage plugin)
183
run: npx nx run-many -t unit-test --coverage
184
- name: Collect Code PushUp report
185
run: npx nx run-collect
.github/workflows/release.yml
@@ -90,6 +90,8 @@ jobs:
90
run: |
91
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
92
npx nx run-many -t=deploy --exclude=plugin-lighthouse,nx-plugin
93
94
+ run: npx nx run-many -t unit-test --coverage
95
- name: Collect and upload Code PushUp report
96
run: npx nx run-autorun
97
env:
0 commit comments