mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-24 08:20:31 +00:00
Bump cypress-io/github-action from 5 to 6 (#958)
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/v5...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
704f4f3508
commit
760c25d2cb
2
.github/workflows/release_builds.yml
vendored
2
.github/workflows/release_builds.yml
vendored
@ -132,7 +132,7 @@ jobs:
|
|||||||
working-directory: ./connector-proxy-demo
|
working-directory: ./connector-proxy-demo
|
||||||
run: ./bin/wait_for_connector_to_be_up 5 8004
|
run: ./bin/wait_for_connector_to_be_up 5 8004
|
||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v5
|
uses: cypress-io/github-action@v6
|
||||||
with:
|
with:
|
||||||
working-directory: ./spiffworkflow-frontend
|
working-directory: ./spiffworkflow-frontend
|
||||||
browser: chromium
|
browser: chromium
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -402,7 +402,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "$GITHUB_CONTEXT"
|
echo "$GITHUB_CONTEXT"
|
||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v5
|
uses: cypress-io/github-action@v6
|
||||||
with:
|
with:
|
||||||
working-directory: ./spiffworkflow-frontend
|
working-directory: ./spiffworkflow-frontend
|
||||||
browser: chrome
|
browser: chrome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user