Skip to content

Commit 69e13be

Browse files
authored
👷 Update .github/workflows/smokeshow.yml
1 parent a7b90b0 commit 69e13be

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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload coverage to Smokeshow
3434
run: |
3535
for i in 1 2 3 4 5; do
36-
if smokeshow upload htmlcov; then
36+
if uv run smokeshow upload htmlcov; then
3737
echo "Smokeshow upload success!"
3838
break
3939
fi

0 commit comments

Comments
 (0)