Skip to content

Commit

Permalink
Update cypress-io/github-action digest to 0a2b12a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent b66393c commit 806fceb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Node & dependencies
uses: ./.github/actions/setup-vuu-ui
- name: Run end-to-end tests in Chrome
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
uses: cypress-io/github-action@0a2b12a37a60c7d8cea11d2cc2f7660f5b8d68fd
with:
install: false
working-directory: ./vuu-ui
Expand All @@ -43,7 +43,7 @@ jobs:
start: npm run showcase:preview
wait-on: "http://localhost:4173"
- name: Run end-to-end tests in Edge
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
uses: cypress-io/github-action@0a2b12a37a60c7d8cea11d2cc2f7660f5b8d68fd
with:
install: false
working-directory: ./vuu-ui
Expand All @@ -60,14 +60,14 @@ jobs:
- name: Install Node & dependencies
uses: ./.github/actions/setup-vuu-ui
- name: Run component tests in Chrome
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
uses: cypress-io/github-action@0a2b12a37a60c7d8cea11d2cc2f7660f5b8d68fd
with:
component: true
install: false
working-directory: ./vuu-ui
browser: chrome
- name: Run component tests in Edge
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
uses: cypress-io/github-action@0a2b12a37a60c7d8cea11d2cc2f7660f5b8d68fd
with:
component: true
install: false
Expand Down

0 comments on commit 806fceb

Please sign in to comment.