Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
update container name to match browser
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemiah-abuga committed Jul 19, 2023
1 parent b65a358 commit 04b0e48
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
permissions: read-all

jobs:
install:
job1:
name: cypress-run
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
containers: [1, 2, 3]
containers: [chrome, firefox, edge]

steps:
- name: Checkout
Expand Down Expand Up @@ -45,15 +45,11 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5
with:
command: npm run cy:run:cross-browser
parallel: true
browser: ${{ matrix.containers }}
start: npm run federalist
env:
SPLIT: ${{ strategy.job-total }}
SPLIT_INDEX: ${{ strategy.job-index }}


- uses: actions/upload-artifact@v3
if: always ()
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
path: .cypress/screenshots

0 comments on commit 04b0e48

Please sign in to comment.