Skip to content

Commit c99099a

Browse files
committed
Workflow: Add comment to runner os check
1 parent a3adbe4 commit c99099a

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
@@ -50,6 +50,7 @@ jobs:
5050
run: cd tests && npm ci
5151
- name: Run Playwright tests
5252
id: test-ui
53+
# 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.
5354
if: ${{ runner.os == 'Linux' }}
5455
env:
5556
HOME: /root

0 commit comments

Comments
 (0)