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 c99099aCopy full SHA for c99099a
.github/workflows/playwright.yml
@@ -50,6 +50,7 @@ jobs:
50
run: cd tests && npm ci
51
- name: Run Playwright tests
52
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.
54
if: ${{ runner.os == 'Linux' }}
55
env:
56
HOME: /root
0 commit comments