Skip to content

Commit 1eb85cd

Browse files
committed
Github CI: Fix smokeshow command
1 parent 397ba05 commit 1eb85cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
run-id: ${{ github.event.workflow_run.id }}
2929

30-
- run: uv run smokeshow upload htmlcov
30+
- run: smokeshow upload htmlcov
3131
env:
3232
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
3333
# Threshold disable at the beginning, should be updated along with coverage progress

0 commit comments

Comments
 (0)