Skip to content

Commit 054084b

Browse files
committed
Update test.yml
1 parent f55f595 commit 054084b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- name: Test packaging
4545
run: tox -e pkg
4646

47-
- name: Run tests with PyTest 6
47+
- name: Run tests with PyTest 8
4848
run: tox
4949
env:
50-
PYTEST_MAJOR_VERSION: 6
50+
PYTEST_MAJOR_VERSION: 8
5151
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
5252

5353
- name: Run tests with PyTest 7
@@ -56,6 +56,12 @@ jobs:
5656
PYTEST_MAJOR_VERSION: 7
5757
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
5858

59+
- name: Run tests with PyTest 6
60+
run: tox
61+
env:
62+
PYTEST_MAJOR_VERSION: 6
63+
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
64+
5965
post-test:
6066
name: All tests passed
6167
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)