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 c13776e commit da1db35Copy full SHA for da1db35
.github/workflows/playwright.yml
@@ -26,6 +26,10 @@ jobs:
26
with:
27
hugo-version: '0.147.8'
28
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
33
- name: Install dependencies
34
run: cd tests && npm ci
35
- name: Run Playwright tests
0 commit comments