mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-24 03:00:18 +00:00
Fix workflow syntax error... hopefully
This commit is contained in:
parent
4986aa2868
commit
27c357f14a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
flags: unittests
|
||||
fail_ci_if_error: true
|
||||
- name: Save coverage report
|
||||
if: ${{ matrix.python-version == "3.9" }}
|
||||
if: ${{ matrix.python-version == '3.9' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: coverage.xml
|
||||
|
|
Loading…
Reference in a new issue