Skip to content

Commit

Permalink
make it fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Sep 26, 2023
1 parent 002da4e commit 3244b1a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
uses: actions/checkout@v2
if: ${{ matrix.maybe_skip != 'skip' }}

- name: FAIL ON PURPOSE
run: |
/bin/false
if: matrix.spec == 'cp311-manylinux_aarch64'


windows:
runs-on: windows-2019
Expand All @@ -88,7 +93,7 @@ jobs:
- name: clone repo
uses: actions/checkout@v4

summary:
check:
if: always()
needs:
- sdist
Expand All @@ -97,7 +102,7 @@ jobs:
- windows
runs-on: ubuntu-latest
steps:
- name: Provide a summary validation check job
- name: Verify all previous jobs succeeded (provides a single check to sample for gating purposes)
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
jobs: ${{ toJSON(needs) }}

0 comments on commit 3244b1a

Please sign in to comment.