We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2110ef commit 139da4dCopy full SHA for 139da4d
.github/workflows/update-screenshot.yml
@@ -28,15 +28,13 @@ jobs:
28
repo: context.repo.repo,
29
body: body,
30
});
31
- - name: Install dependencies
32
- run: cd tests && npm ci
33
- name: Setup Hugo
34
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
35
with:
36
hugo-version: "0.134.2"
37
extended: true
38
- - name: Install Playwright browsers
39
- run: npx playwright install --with-deps
+ - name: Install dependencies and Playwright browsers
+ run: cd tests && npm ci && npx playwright install --with-deps
40
- name: Run Playwright update snapshots
41
id: test-visual
42
run: make tests-update-screenshots
0 commit comments