mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-18 19:32:55 +02:00
disable fail-fast
This commit is contained in:
parent
978747dd37
commit
c6435674a3
3
.github/workflows/pull-db-tests.yml
vendored
3
.github/workflows/pull-db-tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user