Skip to content

Commit 322bdeb

Browse files
committed
install
1 parent 66a5419 commit 322bdeb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ jobs:
5656
working-directory: packages/shared-ui
5757
run: pnpm build
5858

59-
- name: Cypress Run (Production Backend)
60-
run: |
61-
cypress install
62-
pnpm run test:e2e-real:start
59+
- name: Reinstall Binary # should probably get cache working if this project is revitalized
60+
run: npx run cypress install
61+
working-directory: "packages/tests-e2e"
6362

63+
- name: Cypress Run (Production Backend)
64+
run: pnpm run test:e2e-real:start
6465
# - name: Cypress Run (Mock Backend)
6566
# run: pnpm run test:e2e-mock:start

0 commit comments

Comments
 (0)