Skip to content

Commit 0915497

Browse files
committed
ci(test): run 'test' job always
1 parent 845d45c commit 0915497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: npm test --ignore-scripts # run lint only once
3030
test:
3131
runs-on: ubuntu-latest
32+
if: ${{ always() }}
3233
needs: test_matrix
3334
steps:
3435
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

0 commit comments

Comments
 (0)