Skip to content

Commit

Permalink
Update cypress-io/github-action digest to 545bab6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 80342d7 commit 6aa2973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: cd ./vuu-ui && npm install
- name: Run end-to-end tests in Chrome
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
uses: cypress-io/github-action@545bab631461a2cab46e31d8e627c04f3e45e6d6
with:
install: false
working-directory: ./vuu-ui
Expand All @@ -53,7 +53,7 @@ jobs:
start: npm run showcase
wait-on: "http://localhost:5173"
- name: Run end-to-end tests in Edge
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
uses: cypress-io/github-action@545bab631461a2cab46e31d8e627c04f3e45e6d6
with:
install: false
working-directory: ./vuu-ui
Expand Down

0 comments on commit 6aa2973

Please sign in to comment.