Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque authored Sep 29, 2023
1 parent 0827dbe commit 63bc308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
pytest tests --cov=smol --cov-report=xml
- if: ${{ matrix.python_version == '3.11' == 'ubuntu-latest' && github.event_name == 'push' }}
- if: ${{ matrix.python_version == '3.11' && github.event_name == 'push' }}
name: codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
Expand Down

0 comments on commit 63bc308

Please sign in to comment.