Skip to content

Commit

Permalink
Merge pull request #551 from m-shaka/accumlate-result
Browse files Browse the repository at this point in the history
add test_result
  • Loading branch information
supermacro authored Jul 5, 2024
2 parents 896d77e + 4a59125 commit d035e79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@ jobs:
key: depends-node${{ env.RUNNER_NODE_VERSION }}-${{ hashFiles('package-lock.json') }}
- name: test
run: npm run test
test_result:
runs-on: ubuntu-latest
needs: test
if: ${{ always() }}
steps:
- run: exit 1
if: ${{ needs.test.result != 'success' }}

0 comments on commit d035e79

Please sign in to comment.