Sebastián Ramírez
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
.github/workflows/smokeshow.yml
|
@ -24,11 +24,11 @@ jobs: |
|
|
|
|
|
|
|
|
- run: pip install smokeshow |
|
|
- run: pip install smokeshow |
|
|
|
|
|
|
|
|
- uses: dawidd6/action-download-artifact@v3.1.4 |
|
|
- uses: actions/download-artifact@v4 |
|
|
with: |
|
|
with: |
|
|
github_token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }} |
|
|
name: coverage-html |
|
|
workflow: test.yml |
|
|
github-token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }} |
|
|
commit: ${{ github.event.workflow_run.head_sha }} |
|
|
run-id: ${{ github.event.workflow_run.id }} |
|
|
|
|
|
|
|
|
- run: smokeshow upload coverage-html |
|
|
- run: smokeshow upload coverage-html |
|
|
env: |
|
|
env: |
|
|