Skip to content

Commit

Permalink
Merge pull request #28 from multiversx/update-cypress-config
Browse files Browse the repository at this point in the history
updated the cypress pre merge e2e config
  • Loading branch information
radumojic authored Nov 7, 2023
2 parents d868bc6 + 113b451 commit 0e280f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge-main-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
cypress-run:
runs-on: ubuntu-latest
strategy:
# fail-fast: false # https://github.com/cypress-io/github-action/issues/48
fail-fast: false # https://github.com/cypress-io/github-action/issues/48
matrix:
containers: [1, 2, 3, 4, 5]
containers: [1]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0e280f5

Please sign in to comment.