Skip to content

Commit ac72999

Browse files
Fix snapshot generation workflow (#5864)
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)
1 parent e27b531 commit ac72999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-browser-exp.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.event.label.name == 'New Browser Test Expectations'
1212
steps:
13+
- name: Checkout workflow repo
14+
uses: actions/checkout@v5
1315
- name: Setup Frontend
1416
uses: ./.github/actions/setup-frontend
1517
- name: Cache Playwright browsers

0 commit comments

Comments
 (0)