diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72296472d73..8be38dee6f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,6 +96,10 @@ jobs: run: ZITADEL_DEV_UID=root pnpm run-zitadel if: ${{ matrix.command == 'test:acceptance' }} + - name: Install Playwright Browsers + run: pnpm build + if: ${{ matrix.command == 'test:acceptance' }} + - name: Check id: check run: pnpm ${{ matrix.command }}