Skip to content

Commit

Permalink
add test-pydantic-integration to allowed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jul 17, 2023
1 parent 47b5ea0 commit d5dd4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,14 @@ jobs:
# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
check:
if: always()
needs: [coverage, test-python, test-os, test-debug, lint, bench, build-wasm-emscripten]
needs: [coverage, test-python, test-os, test-debug, test-pydantic-integration, lint, bench, build-wasm-emscripten]
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
allowed-failures: coverage
allowed-failures: coverage, test-pydantic-integration

build-sdist:
name: build sdist
Expand Down

0 comments on commit d5dd4f3

Please sign in to comment.