Skip to content

Commit

Permalink
Merge pull request #12489 from pytest-dev/patchback/backports/8.2.x/5…
Browse files Browse the repository at this point in the history
…7bc6df510899ba77de5129d975f148c4a868725/pr-12488

[PR #12488/57bc6df5 backport][8.2.x] 🧪 Make required CI jobs match branch protection
  • Loading branch information
webknjaz committed Jun 21, 2024
2 parents d3dacc7 + f839730 commit 68ea72b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,26 @@ jobs:
tox_env: "doctesting"
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:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 68ea72b

Please sign in to comment.