Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sklimasz committed Feb 20, 2024
1 parent 13ec2e5 commit 0c6118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Run tests with coverage
run: |
pytest --cov=my_module --cov-report xml:cov.xml --junitxml=res.xml
pytest --cov=roll_sim --cov-report xml:cov.xml --junitxml=res.xml
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
Expand Down

0 comments on commit 0c6118d

Please sign in to comment.