cypress binary

This commit is contained in:
Max Peintner
2025-07-14 14:20:02 +02:00
parent 363bd0ba12
commit ad0308903c

View File

@@ -34,6 +34,8 @@ jobs:
cache-dependency-path: pnpm-lock.yaml cache-dependency-path: pnpm-lock.yaml
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Install Cypress binary
run: cd ./e2e && pnpm exec cypress install
- name: Start DB and ZITADEL - name: Start DB and ZITADEL
run: | run: |
cd ./e2e cd ./e2e