Skip to content

Commit 139da4d

Browse files
committed
feat: A
1 parent a2110ef commit 139da4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update-screenshot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ jobs:
2828
repo: context.repo.repo,
2929
body: body,
3030
});
31-
- name: Install dependencies
32-
run: cd tests && npm ci
3331
- name: Setup Hugo
3432
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
3533
with:
3634
hugo-version: "0.134.2"
3735
extended: true
38-
- name: Install Playwright browsers
39-
run: npx playwright install --with-deps
36+
- name: Install dependencies and Playwright browsers
37+
run: cd tests && npm ci && npx playwright install --with-deps
4038
- name: Run Playwright update snapshots
4139
id: test-visual
4240
run: make tests-update-screenshots

0 commit comments

Comments
 (0)