Skip to content

Commit

Permalink
Bump cypress-io/github-action from 4 to 6
Browse files Browse the repository at this point in the history
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4 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](cypress-io/github-action@v4...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>
  • Loading branch information
dependabot[bot] committed May 12, 2024
1 parent 31e2024 commit 276f35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ jobs:
run: yarn run build

- name: Run E2E Tests
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
with:
working-directory: ui
install: false
start: yarn run serve-build
wait-on: 'http://localhost:5000'

- name: Run Component Tests
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
with:
working-directory: ui
install: false
Expand Down

0 comments on commit 276f35f

Please sign in to comment.