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 29bda31
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 @@ -56,6 +56,11 @@ jobs:
- name: clone repo
uses: actions/checkout@v4

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

macos:
defaults:
run:
Expand Down Expand Up @@ -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 29bda31

Please sign in to comment.