From 1da826fd5c02705a26f67919c68d2b19369ae821 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Wed, 6 Nov 2024 18:02:10 +0100 Subject: [PATCH] turn off failfast for app harness --- .github/workflows/check_node_latest.yml | 2 ++ .github/workflows/integration_app_harness.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/check_node_latest.yml b/.github/workflows/check_node_latest.yml index 70b0d96de..1cf9f6fdf 100644 --- a/.github/workflows/check_node_latest.yml +++ b/.github/workflows/check_node_latest.yml @@ -20,6 +20,8 @@ jobs: python-version: ['3.12'] split_index: [1, 2] node-version: ['node'] + fail-fast: false + steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup_build_env diff --git a/.github/workflows/integration_app_harness.yml b/.github/workflows/integration_app_harness.yml index 96cf505d3..ee9394b7e 100644 --- a/.github/workflows/integration_app_harness.yml +++ b/.github/workflows/integration_app_harness.yml @@ -25,6 +25,7 @@ jobs: state_manager: ["redis", "memory"] split_index: [1, 2] python-version: ["3.11.5", "3.12.0"] + fail-fast: false runs-on: ubuntu-22.04 services: # Label used to access the service container