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 66a5419 commit 322bdebCopy full SHA for 322bdeb
.github/workflows/e2e-tests.yml
@@ -56,10 +56,11 @@ jobs:
56
working-directory: packages/shared-ui
57
run: pnpm build
58
59
- - name: Cypress Run (Production Backend)
60
- run: |
61
- cypress install
62
- pnpm run test:e2e-real:start
+ - name: Reinstall Binary # should probably get cache working if this project is revitalized
+ run: npx run cypress install
+ working-directory: "packages/tests-e2e"
63
+ - name: Cypress Run (Production Backend)
64
+ run: pnpm run test:e2e-real:start
65
# - name: Cypress Run (Mock Backend)
66
# run: pnpm run test:e2e-mock:start
0 commit comments