File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions /setup-python @v5
16
+ - uses : astral-sh /setup-uv @v5
17
17
with :
18
+ enable-cache : true
18
19
python-version : ' 3.12'
19
20
20
- - run : pip install 'smokeshow>=0.5'
21
-
22
21
- uses : dawidd6/action-download-artifact@v6
23
22
with :
24
23
workflow : ci.yml
27
26
workflow_conclusion : completed
28
27
if_no_artifact_found : warn
29
28
30
- - run : smokeshow upload coverage-html
29
+ - run : uvx smokeshow upload coverage-html
31
30
if : hashFiles('coverage-html/*.html') != ''
32
31
env :
33
32
SMOKESHOW_GITHUB_STATUS_DESCRIPTION : Coverage {coverage-percentage}
37
36
SMOKESHOW_GITHUB_PR_HEAD_SHA : ${{ github.event.workflow_run.head_sha }}
38
37
SMOKESHOW_AUTH_KEY : ${{ secrets.SMOKESHOW_AUTH_KEY }}
39
38
40
- - run : smokeshow upload diff-coverage-html
39
+ - run : uvx smokeshow upload diff-coverage-html
41
40
if : hashFiles('diff-coverage-html/*.html') != ''
42
41
env :
43
42
SMOKESHOW_GITHUB_STATUS_DESCRIPTION : Diff coverage {coverage-percentage}
You can’t perform that action at this time.
0 commit comments