Skip to content

Commit

Permalink
test: correct example-start-and-yarn-workspaces fail-fast comments (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Mar 6, 2024
1 parent 4cedef5 commit 3864088
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/example-start-and-yarn-workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3864088

Please sign in to comment.