Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Jan 10, 2025
1 parent 66a5419 commit 322bdeb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
working-directory: packages/shared-ui
run: pnpm build

- name: Cypress Run (Production Backend)
run: |
cypress install
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"

- name: Cypress Run (Production Backend)
run: pnpm run test:e2e-real:start
# - name: Cypress Run (Mock Backend)
# run: pnpm run test:e2e-mock:start

0 comments on commit 322bdeb

Please sign in to comment.