Skip to content

Commit

Permalink
chore(deps): update to cypress-io/github-action@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Sep 10, 2023
1 parent c126cd6 commit 2296305
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Cypress install
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
runTests: false
# report machine parameters
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
node-version: "18.16.0"

- name: Cypress install
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
runTests: false
# report machine parameters
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: ls /__e

- name: "UI Tests - Chrome"
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: yarn start:ci
wait-on: "http://localhost:3000"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
path: build

- name: "UI Tests - Chrome - Mobile"
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
config: "viewportWidth=375,viewportHeight=667"
start: yarn start:ci
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
path: build

- name: "UI Tests - Firefox"
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: yarn start:ci
wait-on: "http://localhost:3000"
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
path: build

- name: "UI Tests - Firefox - Mobile"
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
config: "viewportWidth=375,viewportHeight=667"
start: yarn start:ci
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
path: build

- name: "UI Tests - Electron - Windows"
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: yarn start:ci
wait-on: "http://localhost:3000"
Expand Down

0 comments on commit 2296305

Please sign in to comment.