Fix syntax
This commit is contained in:
parent
71b31b62c4
commit
3c2e0ef74a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Unit test coverage (Python ${{ matrix.python-version }})
|
||||
path: *.xml
|
||||
path: "*.xml"
|
||||
|
||||
sonar:
|
||||
name: Analyse Python project with SonarQube
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue