From 4b25833de9af7e81da606da79168d2caa14f6e49 Mon Sep 17 00:00:00 2001 From: avivkeller Date: Tue, 3 Jun 2025 09:54:34 -0400 Subject: [PATCH] fix(playwright): increase fetch depth --- .github/workflows/playwright-cloudflare-open-next.yml | 2 ++ .github/workflows/playwright.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/playwright-cloudflare-open-next.yml b/.github/workflows/playwright-cloudflare-open-next.yml index 4c8ebb70659c0..e3d10aa619072 100644 --- a/.github/workflows/playwright-cloudflare-open-next.yml +++ b/.github/workflows/playwright-cloudflare-open-next.yml @@ -35,6 +35,8 @@ jobs: - name: Git Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + fetch-depth: 2 - name: Set up pnpm uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c7bb1bd13be8a..906f0fef71da0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -61,6 +61,8 @@ jobs: - name: Git Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + fetch-depth: 2 - name: Set up pnpm uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0