We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7743733 commit 68c03ddCopy full SHA for 68c03dd
.github/workflows/test-ui.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install Node & dependencies
35
uses: ./.github/actions/setup-vuu-ui
36
- name: Run end-to-end tests in Chrome
37
- uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
+ uses: cypress-io/github-action@3d4376e7b1cce7e998af6ed7f95257b2fe2d1f2c
38
with:
39
install: false
40
working-directory: ./vuu-ui
@@ -43,7 +43,7 @@ jobs:
43
start: npm run showcase:preview
44
wait-on: "http://localhost:4173"
45
- name: Run end-to-end tests in Edge
46
47
48
49
0 commit comments