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 da1db35 commit db8b0b5Copy full SHA for db8b0b5
.github/workflows/playwright.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
container:
19
image: mcr.microsoft.com/playwright:v1.56.1-noble
20
+ options: >-
21
+ --mount type=bind,source=/usr/local/bin/hugo,target=/usr/local/bin/hugo
22
steps:
23
# Checkout the repository so the workflow has access to the code
24
- name: Checkout code
@@ -26,10 +28,6 @@ jobs:
26
28
with:
27
29
hugo-version: '0.147.8'
30
extended: true
- - name: Copy Hugo to container
- run: |
31
- CONTAINER_ID=$(docker ps -q --filter ancestor=mcr.microsoft.com/playwright:v1.56.1-noble)
32
- docker cp /usr/local/bin/hugo $CONTAINER_ID:/usr/local/bin/hugo
33
- name: Install dependencies
34
run: cd tests && npm ci
35
- name: Run Playwright tests
0 commit comments