This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update cypress-io/github-action action to v5.8.4
- Loading branch information
1 parent
547733a
commit d1b3abb
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|