mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
ci: do not fail fast on api or cli tests (#26159)
This commit is contained in:
@@ -342,6 +342,7 @@ jobs:
|
||||
name: 'CLI Tests (node: ${{ matrix.node }})'
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [20, 22, 24]
|
||||
steps:
|
||||
@@ -366,6 +367,7 @@ jobs:
|
||||
needs: [conditions, build]
|
||||
name: '[CE] API Integration (postgres, node: ${{ matrix.node }}, shard: ${{ matrix.shard }})'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [20, 22, 24]
|
||||
shard: [1/4, 2/4, 3/4, 4/4]
|
||||
@@ -406,6 +408,7 @@ jobs:
|
||||
needs: [conditions, build]
|
||||
name: '[CE] API Integration (mysql:latest, package: mysql2}, node: ${{ matrix.node }}, shard: ${{ matrix.shard }})'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [20, 22, 24]
|
||||
shard: [1/4, 2/4, 3/4, 4/4]
|
||||
@@ -445,6 +448,7 @@ jobs:
|
||||
needs: [conditions, build]
|
||||
name: '[CE] API Integration (sqlite, package: better-sqlite3, node: ${{ matrix.node }}, shard: ${{ matrix.shard }})'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [20, 22, 24]
|
||||
shard: [1/4, 2/4, 3/4, 4/4]
|
||||
@@ -471,6 +475,7 @@ jobs:
|
||||
env:
|
||||
STRAPI_LICENSE: ${{ secrets.strapiLicense }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [20, 22, 24]
|
||||
shard: [1/5, 2/5, 3/5, 4/5, 5/5]
|
||||
@@ -514,6 +519,7 @@ jobs:
|
||||
env:
|
||||
STRAPI_LICENSE: ${{ secrets.strapiLicense }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [20, 22, 24]
|
||||
shard: [1/5, 2/5, 3/5, 4/5, 5/5]
|
||||
@@ -556,6 +562,7 @@ jobs:
|
||||
env:
|
||||
STRAPI_LICENSE: ${{ secrets.strapiLicense }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [20, 22, 24]
|
||||
shard: [1/4, 2/4, 3/4, 4/4]
|
||||
|
||||
Reference in New Issue
Block a user