Skip to content

Commit

Permalink
added parallel processing to cypress testing in workflow;
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahra Ali authored and Zahra Ali committed Aug 3, 2023
1 parent 2af0445 commit 518eac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
spec: cypress/**/*.cy.tsx
headed: false
record: true # send results to cypress dashboard
parallel: true
env:
NEXT_PUBLIC_ROLLBAR_ENV: CI
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
spec: cypress/**/*.cy.tsx
headed: false
record: true # send results to cypress dashboard
parallel: true
env:
NEXT_PUBLIC_ROLLBAR_ENV: CI
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
Expand Down

0 comments on commit 518eac9

Please sign in to comment.