Skip to content

Commit 68c03dd

Browse files
Update cypress-io/github-action digest to 3d4376e
1 parent 7743733 commit 68c03dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Node & dependencies
3535
uses: ./.github/actions/setup-vuu-ui
3636
- name: Run end-to-end tests in Chrome
37-
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
37+
uses: cypress-io/github-action@3d4376e7b1cce7e998af6ed7f95257b2fe2d1f2c
3838
with:
3939
install: false
4040
working-directory: ./vuu-ui
@@ -43,7 +43,7 @@ jobs:
4343
start: npm run showcase:preview
4444
wait-on: "http://localhost:4173"
4545
- name: Run end-to-end tests in Edge
46-
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
46+
uses: cypress-io/github-action@3d4376e7b1cce7e998af6ed7f95257b2fe2d1f2c
4747
with:
4848
install: false
4949
working-directory: ./vuu-ui

0 commit comments

Comments
 (0)