Skip to content

Commit

Permalink
Update Cypress CI strategy (#14372)
Browse files Browse the repository at this point in the history
  • Loading branch information
preetsshah authored Dec 13, 2023
1 parent d3b5a1a commit 4e5fed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress-integration-tests-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
)
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
parallel-machine: [1, 2, 3, 4]
environment: test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cypress-integration-tests-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
)
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
parallel-machine: [1, 2, 3, 4]
environment: test
Expand Down

0 comments on commit 4e5fed7

Please sign in to comment.