Skip to content

Commit

Permalink
upload summary
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Nov 8, 2024
1 parent f37b967 commit 941cf4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ jobs:
path: app-playwright/playwright-report/
retention-days: 30

- name: Upload Turbo summary
uses: actions/upload-artifact@v4
if: always()
with:
name: Turbo summary
path: .turbo/runs/*.json
retention-days: 30

- name: deploy
run: pnpm run deploy-only --force $FORCE_DEPLOY
env:
Expand Down

0 comments on commit 941cf4f

Please sign in to comment.