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 845d45c commit 0915497Copy full SHA for 0915497
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
run: npm test --ignore-scripts # run lint only once
30
test:
31
runs-on: ubuntu-latest
32
+ if: ${{ always() }}
33
needs: test_matrix
34
steps:
35
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
0 commit comments