Skip to content

Commit 5d3797a

Browse files
authored
Update test.yml
1 parent c8050cf commit 5d3797a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- name: Test packaging
4343
run: tox -e pkg
4444

45-
- name: Run tests with PyTest 6
45+
- name: Run tests with PyTest 8
4646
run: tox
4747
env:
4848
PLATFORM: ${{ matrix.os }}
49-
PYTEST_MAJOR_VERSION: 6
49+
PYTEST_MAJOR_VERSION: 8
5050
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
5151

5252
- name: Run tests with PyTest 7
@@ -56,6 +56,13 @@ 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+
PLATFORM: ${{ matrix.os }}
63+
PYTEST_MAJOR_VERSION: 6
64+
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
65+
5966
post-test:
6067
name: All tests passed
6168
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)