Skip to content

Commit

Permalink
Merge pull request #6421 from TheThingsNetwork/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/cypress-io/github-action-5

dev: bump cypress-io/github-action from 4 to 5
  • Loading branch information
adriansmares authored Aug 2, 2023
2 parents b69f9d2 + 210443f commit c950c88
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 c950c88

Please sign in to comment.