From 3864088c744f1915c756d810d85e10cb30874fa1 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:15:39 +0100 Subject: [PATCH] test: correct example-start-and-yarn-workspaces fail-fast comments (#1139) --- .github/workflows/example-start-and-yarn-workspaces.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/example-start-and-yarn-workspaces.yml b/.github/workflows/example-start-and-yarn-workspaces.yml index e1e22e50c..7987d1bd6 100644 --- a/.github/workflows/example-start-and-yarn-workspaces.yml +++ b/.github/workflows/example-start-and-yarn-workspaces.yml @@ -32,10 +32,7 @@ jobs: # in each Yarn workspaces subfolder runs-on: ubuntu-22.04 strategy: - # when one test fails, DO NOT cancel the other - # containers, because this will kill Cypress processes - # leaving the Cypress Cloud hanging ... - # https://github.com/cypress-io/github-action/issues/48 + # fail-fast: false allows tests for both workspaces to run even if one fails fail-fast: false matrix: cypress: