Skip to content

Commit

Permalink
Set fail fast to false
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Mar 25, 2024
1 parent 94d540f commit 40897bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_behavior.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
plan:
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
if: fromJson(needs.plan.outputs.plan).components.core
secrets: inherit
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.plan.outputs.plan).core }}
uses: ./.github/workflows/test_behavior_core.yml
Expand All @@ -95,6 +97,7 @@ jobs:
if: fromJson(needs.plan.outputs.plan).components.binding_java
secrets: inherit
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.plan.outputs.plan).binding_java }}
uses: ./.github/workflows/test_behavior_binding_java.yml
Expand All @@ -108,6 +111,7 @@ jobs:
if: fromJson(needs.plan.outputs.plan).components.binding_python
secrets: inherit
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.plan.outputs.plan).binding_python }}
uses: ./.github/workflows/test_behavior_binding_python.yml
Expand All @@ -121,6 +125,7 @@ jobs:
if: fromJson(needs.plan.outputs.plan).components.binding_nodejs
secrets: inherit
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.plan.outputs.plan).binding_nodejs }}
uses: ./.github/workflows/test_behavior_binding_nodejs.yml
Expand Down

0 comments on commit 40897bb

Please sign in to comment.