diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index ea14461c..4524fd07 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -93,16 +93,17 @@ jobs: with: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - + - name: Start Test Node run: pnpm node:up - name: Run PNPM install id: pnpm-cache run: pnpm install --frozen-lockfile - - # - name: Install Playwright Browsers - # run: pnpm exec playwright install --with-deps chromium + + # E2E tests running with Playwright + - name: Install Playwright Browsers + run: npx playwright install --with-deps chromium - name: Run build:connectors run: pnpm build:connectors