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