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 1067c9d commit aacdd6dCopy full SHA for aacdd6d
.github/workflows/playwright.yml
@@ -52,6 +52,7 @@ jobs:
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
+ # Check done to set the home variable. Workaround as browser is unable to launch if the $HOME folder isn't owned by the current user.
56
if: ${{ runner.os == 'Linux' }}
57
env:
58
HOME: /root
0 commit comments