We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508676f commit 2f3e34fCopy full SHA for 2f3e34f
.github/workflows/test-ui.yml
@@ -57,14 +57,14 @@ jobs:
57
- name: Build Worker
58
run: cd ./vuu-ui && npm run build:worker
59
- name: Run component tests in Chrome
60
- uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
+ uses: cypress-io/github-action@9c318d4f950c2f0ff2e96fa4dc4279e5706efd8e
61
with:
62
component: true
63
install: false
64
working-directory: ./vuu-ui
65
browser: chrome
66
- name: Run component tests in Edge
67
68
69
70
0 commit comments