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 0b28d4f commit b8c7487Copy full SHA for b8c7487
1 file changed
.github/workflows/release.yml
@@ -90,3 +90,15 @@ 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
+ - name: Collect and Upload Code PushUp report
94
+ run: npx dist/packages/cli --config code-pushup.config.ts autorun
95
+ env:
96
+ CP_SERVER: ${{ secrets.CP_SERVER }}
97
+ CP_API_KEY: ${{ secrets.CP_API_KEY }}
98
+ CP_ORGANIZATION: code-pushup
99
+ CP_PROJECT: cli
100
+ - name: Save report files as workflow artifact
101
+ uses: actions/upload-artifact@v3
102
+ with:
103
+ name: code-pushup-report
104
+ path: .code-pushup/
0 commit comments