👷 Update GitHub Actions format (#1363)

This commit is contained in:
Sebastián Ramírez
2024-09-24 00:29:10 +02:00
committed by GitHub
parent cdc7b50fec
commit 32227c4020
6 changed files with 15 additions and 57 deletions

View File

@@ -16,17 +16,14 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: "3.10"
- run: pip install smokeshow
- uses: actions/download-artifact@v4
with:
name: coverage-html
path: backend/htmlcov
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- run: smokeshow upload backend/htmlcov
env:
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}