Browse Source

👷 Update Smokeshow download artifact GitHub Action (#11562)

pull/11563/head
Sebastián Ramírez 11 months ago
committed by GitHub
parent
commit
1f0eecba81
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      .github/workflows/smokeshow.yml

8
.github/workflows/smokeshow.yml

@ -24,11 +24,11 @@ jobs:
- run: pip install smokeshow
- uses: dawidd6/[email protected].4
- uses: actions/download-artifact@v4
with:
github_token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }}
name: coverage-html
github-token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
run-id: ${{ github.event.workflow_run.id }}
- run: smokeshow upload coverage-html
env:

Loading…
Cancel
Save