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 05b263eCopy full SHA for 05b263e
.github/workflows/playwright.yml
@@ -54,7 +54,6 @@ jobs:
54
env:
55
HOME: /root
56
run: |
57
- git config --global --add safe.directory /__w/nginx-hugo-theme/nginx-hugo-theme
58
cd tests && npx playwright test | tee output.log
59
if grep -q "failed" output.log; then
60
echo "Playwright tests failed. Please view the Playwright report to see full error."
0 commit comments