chore(e2e): remove pnpm install

This commit is contained in:
Elio Bischof
2025-07-30 19:05:16 +02:00
parent 6f909c07a4
commit af18424cfd

View File

@@ -32,14 +32,8 @@ jobs:
node-version: 20 node-version: 20
cache: "pnpm" cache: "pnpm"
cache-dependency-path: pnpm-lock.yaml cache-dependency-path: pnpm-lock.yaml
- name: Install dependencies
run: pnpm install --filter e2e --frozen-lockfile
- name: Install Cypress binary
run: cd ./e2e && pnpm exec cypress install
- name: Start DB and ZITADEL - name: Start DB and ZITADEL
run: | run: ZITADEL_IMAGE=zitadel:local docker compose --file e2e/docker-compose.yml up --detach --wait
cd ./e2e
ZITADEL_IMAGE=zitadel:local docker compose up --detach --wait
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v6 uses: cypress-io/github-action@v6
env: env: