Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
actually run in test
Browse files Browse the repository at this point in the history
  • Loading branch information
iopapamanoglou committed Oct 24, 2024
1 parent abee18c commit e89c4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: hatch run ruff check --output-format=github .
#continue-on-error: true
- name: Run pytest
run: hatch run pytest
run: hatch run test:pytest
#- name: Upload pytest test results
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit e89c4d8

Please sign in to comment.