We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11547e commit f340a53Copy full SHA for f340a53
.github/workflows/ci.yml
@@ -52,13 +52,13 @@ jobs:
52
run: npm install -g pnpm@10
53
54
- name: Install dependencies
55
- uses: ./
+ uses: cypress-io/github-action@v6
56
with:
57
working-directory: examples/start-and-pnpm-workspaces
58
runTests: false
59
60
- name: Cypress tests
61
62
63
install: false
64
working-directory: examples/start-and-pnpm-workspaces/packages/workspace-1
action.yml
0 commit comments