Skip to content

Commit

Permalink
try cypress non-parallel with browser=chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Jan 15, 2025
1 parent f0a36b2 commit cd49994
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/yarn_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
node-version: [20.x]
containers: [1, 2]
# containers: [1, 2]

steps:
- name: Checkout
Expand Down Expand Up @@ -47,7 +47,9 @@ jobs:
# Records to Cypress Cloud
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
record: true
parallel: true # Runs test in parallel using settings above
# parallel: true # Runs test in parallel using settings above
config: chromeWebSecurity=false
browser: chrome
env:
AUTH0_AUDIENCE: ${{ secrets.AUTH0_AUDIENCE }}
AUTH0_BASE_URL: ${{ secrets.AUTH0_BASE_URL }}
Expand Down

0 comments on commit cd49994

Please sign in to comment.