Skip to content

Commit 50ff658

Browse files
committed
Try not break matrix runs on first failed
1 parent 364656a commit 50ff658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dispatched-pgsql10-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
name: Tests on PostgreSQL 13
130130
if: ${{ inputs.pgsql130 }}
131131
strategy:
132+
fail-fast: false
132133
matrix:
133134
net: [ 'net6.0', 'net7.0', 'net8.0' ]
134135
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master

0 commit comments

Comments
 (0)