Skip to content

Commit

Permalink
ci(Test): Improve matrix status checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Oct 17, 2022
1 parent 5ed1110 commit 852a014
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,18 @@ jobs:

- name: Generate code documents
run: npm run docs

test-summary:
name: Test Summary

needs:
- test

if: ${{ always() }}

runs-on: ubuntu-latest

steps:
- name: Check test matrix status
if : ${{ needs.test.result != 'success' }}
run : exit 1

0 comments on commit 852a014

Please sign in to comment.