Skip to content

Commit

Permalink
feat: Run Cypress tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Aug 30, 2023
1 parent 14030fa commit 1a50c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-source-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
browser: chrome
quiet: true
record: true
parallel: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to detect new build vs re-run build
Expand Down

0 comments on commit 1a50c92

Please sign in to comment.