mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:17:33 +00:00
chore(e2e): remove pnpm install
This commit is contained in:
8
.github/workflows/e2e.yml
vendored
8
.github/workflows/e2e.yml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user