Skip to content

Commit

Permalink
Fix workflow step name
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed Dec 26, 2021
1 parent 8f4c287 commit 5a2629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
path: .tox
- name: Combine and report coverage
run: tox -e coverage
- name: Upload HTML report if check failed
- name: Upload HTML report
uses: actions/upload-artifact@v2
with:
name: html-report
Expand Down

0 comments on commit 5a2629b

Please sign in to comment.