Skip to content

Commit aacdd6d

Browse files
committed
Workflow: Add comment to runner os check
1 parent 1067c9d commit aacdd6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: git config --global --add safe.directory /__w/nginx-hugo-theme/nginx-hugo-theme
5353
- name: Run Playwright tests
5454
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.
5556
if: ${{ runner.os == 'Linux' }}
5657
env:
5758
HOME: /root

0 commit comments

Comments
 (0)