8000 Update CI to check for the matrix-success (#280) · sous-chefs/nodejs@4ac4886 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update CI to check for the matrix-success (#280)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus authored Nov 18, 2024
1 parent b016085 commit 4ac4886
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,13 @@ jobs:
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}

success:
if: ${{ always() }}
needs: ["integration"]
name: Integration Successful
runs-on: ubuntu-latest
steps:
- if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
name: Check matrix status
run: exit 1
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Update test matrix check success of the integration stage

## 10.1.19 - *2024-11-18*

Standardise files with files in sous-chefs/repo-management
Expand Down

0 comments on commit 4ac4886

Please sign in to comment.
0