We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55f595 commit 054084bCopy full SHA for 054084b
.github/workflows/test.yml
@@ -44,10 +44,10 @@ jobs:
44
- name: Test packaging
45
run: tox -e pkg
46
47
- - name: Run tests with PyTest 6
+ - name: Run tests with PyTest 8
48
run: tox
49
env:
50
- PYTEST_MAJOR_VERSION: 6
+ PYTEST_MAJOR_VERSION: 8
51
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
52
53
- name: Run tests with PyTest 7
@@ -56,6 +56,12 @@ jobs:
56
PYTEST_MAJOR_VERSION: 7
57
58
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
+
65
post-test:
66
name: All tests passed
67
runs-on: ubuntu-latest
0 commit comments