Skip to content

Commit

Permalink
Fix condition being swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jun 26, 2024
1 parent fa5dfae commit b48a308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ jobs:
if: github.repository == 'LagoLunatic/wwrando'
run: |
pip install pytest pytest-cov
pytest test --cov --cov-report=html -m "not saving"
pytest test --cov --cov-report=html
- name: Test with pytest (without saving)
if: github.repository != 'LagoLunatic/wwrando'
run: |
pip install pytest pytest-cov
pytest test --cov --cov-report=html
pytest test --cov --cov-report=html -m "not saving"
- name: Upload Coverage Report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b48a308

Please sign in to comment.