Skip to content

Commit

Permalink
ci: disable code pushup
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Aug 26, 2024
1 parent e34438a commit 6559204
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,15 +467,15 @@ jobs:
if: always()
run: npx nx-cloud stop-all-agents

- name: Run Code PushUp
run: npx code-pushup autorun --upload.apiKey=${{ secrets.CODE_PUSHUP_API_KEY }}

- name: Upload Code PushUp report
uses: actions/upload-artifact@v4
with:
name: code-pushup-report
path: .code-pushup
retention-days: 5
# - name: Run Code PushUp
# run: npx code-pushup autorun --upload.apiKey=${{ secrets.CODE_PUSHUP_API_KEY }}

# - name: Upload Code PushUp report
# uses: actions/upload-artifact@v4
# with:
# name: code-pushup-report
# path: .code-pushup
# retention-days: 5

- name: Upload build output
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6559204

Please sign in to comment.