Skip to content

Commit da1db35

Browse files
committed
Dummy: Dummy
1 parent c13776e commit da1db35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
hugo-version: '0.147.8'
2828
extended: true
29+
- name: Copy Hugo to container
30+
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
2933
- name: Install dependencies
3034
run: cd tests && npm ci
3135
- name: Run Playwright tests

0 commit comments

Comments
 (0)