mirror of https://github.com/pytest-dev/pytest.git
Merge pull request #12489 from pytest-dev/patchback/backports/8.2.x/57bc6df510899ba77de5129d975f148c4a868725/pr-12488
[PR #12488/57bc6df5 backport][8.2.x] 🧪 Make required CI jobs match branch protection
This commit is contained in:
commit
68ea72b89c
|
@ -182,6 +182,26 @@ jobs:
|
||||||
tox_env: "doctesting"
|
tox_env: "doctesting"
|
||||||
use_coverage: true
|
use_coverage: true
|
||||||
|
|
||||||
|
continue-on-error: >-
|
||||||
|
${{
|
||||||
|
contains(
|
||||||
|
fromJSON(
|
||||||
|
'[
|
||||||
|
"windows-py38-pluggy",
|
||||||
|
"windows-py313",
|
||||||
|
"ubuntu-py38-pluggy",
|
||||||
|
"ubuntu-py38-freeze",
|
||||||
|
"ubuntu-py313",
|
||||||
|
"macos-py38",
|
||||||
|
"macos-py313"
|
||||||
|
]'
|
||||||
|
),
|
||||||
|
matrix.name
|
||||||
|
)
|
||||||
|
&& true
|
||||||
|
|| false
|
||||||
|
}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue