We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8319aed commit 94f9402Copy full SHA for 94f9402
templates/github-actions/test.yml
@@ -28,5 +28,8 @@ jobs:
28
test:
29
runs-on: ubuntu-latest
30
needs: test_matrix
31
+ if: ${{ always() }}
32
steps:
33
+ - run: exit 1
34
+ if: ${{ needs.test_matrix.result != 'success' }}
35
- run: echo ok
0 commit comments