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 86b8633 commit 71edc83Copy full SHA for 71edc83
.github/workflows/playwright.yml
@@ -15,6 +15,8 @@ jobs:
15
playwright:
16
name: Run Playwright
17
runs-on: ubuntu-latest
18
+ container:
19
+ image: mcr.microsoft.com/playwright:v1.56.1-noble
20
steps:
21
# Checkout the repository so the workflow has access to the code
22
- name: Checkout code
@@ -24,8 +26,8 @@ jobs:
24
26
with:
25
27
hugo-version: '0.147.8'
28
extended: true
- - name: Install dependencies and playwright browsers
- run: cd tests && npm ci && npx playwright install --with-deps
29
+ - name: Install dependencies
30
+ run: cd tests && npm ci
31
- name: Run Playwright tests
32
id: test-ui
33
run: |
0 commit comments