Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmontville committed Jan 11, 2024
1 parent fd35a3d commit c56be6d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ on: [push, pull_request]

jobs:
build_deploy_and_test:
name: Deploy to Firebase PR
runs-on: ubuntu-latest
strategy:
fail-fast: false # https://github.com/cypress-io/github-action/issues/48
matrix:
browser: [chrome, firefox]
containers: [1, 2] # Uses 2 parallel instances
steps:
# Step 1: Checkout code
- uses: actions/checkout@v3
Expand Down Expand Up @@ -39,7 +35,14 @@ jobs:

# Step 5: Cypress tests
Cypress tests:
- name: Cypress run
runs-on: ubuntu-latest
strategy:
fail-fast: false # https://github.com/cypress-io/github-action/issues/48
matrix:
browser: [ chrome, firefox ]
containers: [ 1, 2 ] # Uses 2 parallel instances
uses: cypress-io/github-action@v6
with:
build: echo "Build step already completed"
Expand Down

0 comments on commit c56be6d

Please sign in to comment.