diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab4b4fd..3f380a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,5 +48,12 @@ jobs: - name: Run Build run: npx nx run-many --target=build --all --skip-nx-cache --parallel=3 + - name: Install Playwright Browsers + run: npx playwright install --with-deps + - name: Run E2E Tests run: npx nx run-many --target=e2e --all --skip-nx-cache --parallel=3 + env: + CI: true + DEBUG: pw:api + timeout-minutes: 10