Skip to content

Commit

Permalink
(BSR)[PRO] matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mleroy-pass committed Feb 5, 2025
1 parent a64f9d3 commit 2ba3c7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dev_on_workflow_tests_pro_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
tests-pro-e2e-tests:
name: "E2E tests and notifications"
runs-on: ubuntu-22.04
strategy:
# when one test fails, DO NOT cancel the other
# containers, because this will kill Cypress processes
# leaving Cypress Cloud hanging ...
# https://github.com/cypress-io/github-action/issues/48
fail-fast: false
matrix:
# run copies of the current job in parallel
containers: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v4.2.2
- uses: technote-space/workflow-conclusion-action@v3
Expand Down

0 comments on commit 2ba3c7f

Please sign in to comment.