chore(e2e): install firefox

This commit is contained in:
Elio Bischof
2025-07-30 18:18:07 +02:00
parent 82e4466928
commit 6f909c07a4

View File

@@ -33,7 +33,7 @@ jobs:
cache: "pnpm" cache: "pnpm"
cache-dependency-path: pnpm-lock.yaml cache-dependency-path: pnpm-lock.yaml
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install --filter e2e --frozen-lockfile
- name: Install Cypress binary - name: Install Cypress binary
run: cd ./e2e && pnpm exec cypress install run: cd ./e2e && pnpm exec cypress install
- name: Start DB and ZITADEL - name: Start DB and ZITADEL
@@ -51,7 +51,7 @@ jobs:
working-directory: e2e working-directory: e2e
browser: ${{ matrix.browser }} browser: ${{ matrix.browser }}
config-file: cypress.config.ts config-file: cypress.config.ts
install: false install: ${{ matrix.browser == 'firefox' }}
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
if: always() if: always()
with: with: