Skip to content

Commit

Permalink
Merge pull request #1022 from eclipse-tractusx/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/cypress-io/github-action-6.7.0

chore(deps): bump cypress-io/github-action from 6.6.1 to 6.7.0
  • Loading branch information
ds-mwesener authored Jun 17, 2024
2 parents 131c8df + 873608f commit f7c290f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests-xray_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
node-version: 20.x

- name: Cypress run all tests
uses: cypress-io/github-action@v6.6.1 # use the explicit version number
uses: cypress-io/github-action@v6.7.0 # use the explicit version number
with:
start: npm run start:auth:e2ea
wait-on: "http://localhost:4200"
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
# node-version: 18.x
#
# - name: Cypress run all tests
# uses: cypress-io/github-action@v6.6.1 # use the explicit version number
# uses: cypress-io/github-action@v6.7.0 # use the explicit version number
# with:
# start: npm start
# wait-on: "http://localhost:4200"
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
# run: npx playwright install --with-deps webkit
#
# - name: Cypress run all tests
# uses: cypress-io/github-action@v6.6.1 # use the explicit version number
# uses: cypress-io/github-action@v6.7.0 # use the explicit version number
# with:
# start: npm start:auth:e2ea
# wait-on: "http://localhost:4200"
Expand Down

0 comments on commit f7c290f

Please sign in to comment.