Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jan 17, 2025
1 parent 2bdc8cd commit 31a3e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ jobs:

- name: Run tests with PyTest 7
run: tox
if: runner.os != 'Windows'
env:
PYTEST_MAJOR_VERSION: 7
PYTEST_PLUGINS: pytest_github_actions_annotate_failures

- name: Run tests with PyTest 6
run: tox
if: runner.os != 'Windows'
env:
PYTEST_MAJOR_VERSION: 6
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
Expand Down

0 comments on commit 31a3e28

Please sign in to comment.