Skip to content

Commit 5a2629b

Browse files
committed
Fix workflow step name
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 8f4c287 commit 5a2629b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
path: .tox
103103
- name: Combine and report coverage
104104
run: tox -e coverage
105-
- name: Upload HTML report if check failed
105+
- name: Upload HTML report
106106
uses: actions/upload-artifact@v2
107107
with:
108108
name: html-report

0 commit comments

Comments
 (0)