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 6cb4b77 commit d874a7dCopy full SHA for d874a7d
.github/workflows/playwright.yml
@@ -17,15 +17,13 @@ jobs:
17
# Checkout the repository so the workflow has access to the code
18
- name: Checkout code
19
uses: actions/checkout@v3
20
- - name: Install dependencies
21
- run: cd tests && npm ci
22
- name: Setup Hugo
23
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
24
with:
25
hugo-version: "0.134.2"
26
extended: true
27
- - name: Install Playwright browsers
28
- run: npx playwright install --with-deps
+ - name: Install dependencies and playwright browsers
+ run: cd tests && npm ci && npx playwright install --with-deps
29
- name: Run Playwright tests
30
id: test-visual
31
run: |
0 commit comments