Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore(deps): update cypress-io/github-action action to v5.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lordrip committed Aug 23, 2023
1 parent 547733a commit d1b3abb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: should-we-record

- name: 👩‍🏭 Cypress install
uses: cypress-io/[email protected].3
uses: cypress-io/[email protected].4
with:
runTests: false
install-command: yarn install --immutable
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: echo "KAOTO_API=http://kaoto:8081" > packages/kaoto-ui/.env

- name: 🔨 Cypress run
uses: cypress-io/[email protected].3
uses: cypress-io/[email protected].4
with:
browser: firefox
# we have already installed all dependencies above
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
run: echo "KAOTO_API=http://kaoto:8081" > packages/kaoto-ui/.env

- name: 🔨 Cypress run
uses: cypress-io/[email protected].3
uses: cypress-io/[email protected].4
with:
browser: chrome
# we have already installed all dependencies above
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
run: echo "KAOTO_API=http://kaoto:8081" > packages/kaoto-ui/.env

- name: 🔨 Cypress run
uses: cypress-io/[email protected].3
uses: cypress-io/[email protected].4
with:
browser: edge
# we have already installed all dependencies above
Expand Down

0 comments on commit d1b3abb

Please sign in to comment.