Skip to content

Commit

Permalink
chore: attempt to run cypress 2
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Apr 10, 2024
1 parent 9d48e7c commit 73d4dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
containers: [1] #, 2, 3]
containers: [1, 2] #, 3]

steps:
- name: Checkout
Expand All @@ -35,7 +35,7 @@ jobs:
uses: cypress-io/github-action@v2
with:
record: true
#parallel: true
parallel: true
start: ${{ env.SERVER_START_CMD }}
wait-on: ${{ env.SERVER_URL }}
wait-on-timeout: 60
Expand Down

0 comments on commit 73d4dc4

Please sign in to comment.