diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index d68ccb3b3c8e..c435788b902f 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -45,6 +45,7 @@ jobs: ) runs-on: ubuntu-latest strategy: + fail-fast: false matrix: parallel-machine: [1, 2, 3, 4] environment: test diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index c39490fca5e9..78ca6a3c9d16 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -45,6 +45,7 @@ jobs: ) runs-on: ubuntu-latest strategy: + fail-fast: false matrix: parallel-machine: [1, 2, 3, 4] environment: test