We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322bdeb commit 4f37a52Copy full SHA for 4f37a52
.github/workflows/e2e-tests.yml
@@ -57,7 +57,7 @@ jobs:
57
run: pnpm build
58
59
- name: Reinstall Binary # should probably get cache working if this project is revitalized
60
- run: npx run cypress install
+ run: npx cypress install
61
working-directory: "packages/tests-e2e"
62
63
- name: Cypress Run (Production Backend)
0 commit comments