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 9c942a0 commit 2678deaCopy full SHA for 2678dea
.github/workflows/playwright.yml
@@ -19,6 +19,11 @@ jobs:
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
29
- name: Run Playwright tests
0 commit comments