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 a3adbe4 commit 1067c9dCopy full SHA for 1067c9d
.github/workflows/playwright.yml
@@ -48,13 +48,14 @@ jobs:
48
go-version: '1.24.6'
49
- name: Install dependencies
50
run: cd tests && npm ci
51
+ - name: Mark repository as safe
52
+ run: git config --global --add safe.directory /__w/nginx-hugo-theme/nginx-hugo-theme
53
- name: Run Playwright tests
54
id: test-ui
55
if: ${{ runner.os == 'Linux' }}
56
env:
57
HOME: /root
58
run: |
- git config --global --add safe.directory /__w/nginx-hugo-theme/nginx-hugo-theme
59
cd tests && npx playwright test | tee output.log
60
if grep -q "failed" output.log; then
61
echo "Playwright tests failed. Please view the Playwright report to see full error."
0 commit comments