Skip to content

Commit

Permalink
dev: bump cypress-io/github-action from 4 to 5
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 5.
- [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...v5)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 07b7e7d commit 210443f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Run stack
run: tools/bin/mage dev:startDevStack &
- name: Run previously failed test first
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
if: steps.get-failed-spec.outputs.failed-test != ''
with:
config-file: config/cypress.config.js
Expand All @@ -183,7 +183,7 @@ jobs:
group: previously-failed-${{ needs.determine-if-required.outputs.hash }}
spec: ${{ steps.get-failed-spec.outputs.failed-test }}
- name: Run frontend end-to-end tests
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
config-file: config/cypress.config.js
config: baseUrl=https://localhost:8885
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Run stack
run: tools/bin/mage dev:startDevStack &
- name: Run end-to-end smoke tests (Firefox)
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
config-file: config/cypress.config.js
config: baseUrl=https://localhost:8885
Expand Down

0 comments on commit 210443f

Please sign in to comment.