Skip to content

Commit 48644db

Browse files
committed
Fix smokeshow run command (use uv run)
1 parent 745fe2e commit 48644db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: backend/htmlcov
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
run-id: ${{ github.event.workflow_run.id }}
38-
- run: smokeshow upload backend/htmlcov
38+
- run: uv run smokeshow upload backend/htmlcov
3939
env:
4040
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
4141
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 90

0 commit comments

Comments
 (0)