Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit d7200c1

Browse files
committed
Fix CI pipeline skipping tests in master
1 parent 7e20566 commit d7200c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
tests:
9494
name: "Tests"
9595
needs: [linters, build]
96+
if: ${{ !failure() }}
9697
strategy:
9798
fail-fast: true
9899
matrix:

0 commit comments

Comments
 (0)