From 531f21fc2c5d331ac6d2aa911971adac4984dce9 Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Thu, 17 Oct 2024 18:00:09 -0300 Subject: [PATCH] fix: ci actions --- .github/workflows/pr-tests.yml | 3 ++- .github/workflows/pr.yaml | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 87e6db96ff..7adf9121e0 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -11,7 +11,6 @@ concurrency: jobs: tests: - needs: setup name: ${{ matrix.test-type }} timeout-minutes: 20 runs-on: buildjet-8vcpu-ubuntu-2204 @@ -45,11 +44,13 @@ jobs: - name: Run E2E Tests if: matrix.test-type == 'e2e' run: | + pnpx playwright install --with-deps chromium xvfb-run --auto-servernum -- pnpm test:e2e - name: Run E2E CRX Lock Tests if: matrix.test-type == 'e2e-crx-lock' run: | + pnpx playwright install --with-deps chromium xvfb-run --auto-servernum -- pnpm test:e2e:crx-lock - uses: actions/upload-artifact@v4 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 56ad05ba50..56d364f9fb 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -41,8 +41,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: CI Setup uses: FuelLabs/github-actions/setups/node@pn/fix/pnpm-cache