From ac72999e263f73ddc628b43b55e78a0e283dc597 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Tue, 30 Sep 2025 11:18:31 -0700 Subject: [PATCH] Fix snapshot generation workflow (#5864) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes playwright snapshot generation workflow. Simple approach, can explore deduping the checkout later @snomiao ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5864-Fix-snapshot-generation-workflow-27e6d73d365081c8bf3bc00ac227415b) by [Unito](https://www.unito.io) --- .github/workflows/test-browser-exp.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-browser-exp.yaml b/.github/workflows/test-browser-exp.yaml index 389385c24..4f643cad8 100644 --- a/.github/workflows/test-browser-exp.yaml +++ b/.github/workflows/test-browser-exp.yaml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest if: github.event.label.name == 'New Browser Test Expectations' steps: + - name: Checkout workflow repo + uses: actions/checkout@v5 - name: Setup Frontend uses: ./.github/actions/setup-frontend - name: Cache Playwright browsers