0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-18 21:42:56 +02:00

disable fail-fast

This commit is contained in:
silverwind 2025-07-04 16:22:02 +02:00
parent 978747dd37
commit c6435674a3
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -14,6 +14,7 @@ jobs:
test-pgsql:
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
strategy:
fail-fast: false
matrix:
postgres: ["14", "latest"]
needs: files-changed
@ -154,6 +155,7 @@ jobs:
test-mysql:
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
strategy:
fail-fast: false
matrix:
mysql: ["8.0", "latest"]
needs: files-changed
@ -208,6 +210,7 @@ jobs:
test-mssql:
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
strategy:
fail-fast: false
matrix:
mssql: ["2019-latest", "latest"]
needs: files-changed