Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 22, 2024
1 parent f55f595 commit 054084b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Test packaging
run: tox -e pkg

- name: Run tests with PyTest 6
- name: Run tests with PyTest 8
run: tox
env:
PYTEST_MAJOR_VERSION: 6
PYTEST_MAJOR_VERSION: 8
PYTEST_PLUGINS: pytest_github_actions_annotate_failures

- name: Run tests with PyTest 7
Expand All @@ -56,6 +56,12 @@ jobs:
PYTEST_MAJOR_VERSION: 7
PYTEST_PLUGINS: pytest_github_actions_annotate_failures

- name: Run tests with PyTest 6
run: tox
env:
PYTEST_MAJOR_VERSION: 6
PYTEST_PLUGINS: pytest_github_actions_annotate_failures

post-test:
name: All tests passed
runs-on: ubuntu-latest
Expand Down

0 comments on commit 054084b

Please sign in to comment.