Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Dec 27, 2024
1 parent 61f8977 commit e9c6eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: coverage_without_pyyaml
path: ./coverage_without_pyyaml
path: ./coverage_without_pyyaml.xml
- uses: actions/upload-artifact@v4
with:
name: junit_without_pyyaml
path: ./junit_without_pyyaml
path: ./junit_without_pyyaml.xml

build-package:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e9c6eef

Please sign in to comment.