We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37e6d2 commit 2af5fa0Copy full SHA for 2af5fa0
.github/workflows/reusable-test.yml
@@ -205,6 +205,9 @@ jobs:
205
runs-on: ubuntu-latest
206
# Use Playwright container for E2E tests, which has all dependencies and all browsers installed
207
container: mcr.microsoft.com/playwright:v1.52.0-jammy
208
+ env:
209
+ # fix Firefox permission issue (Firefox is unable to launch if the $HOME folder isn't owned by the current user)
210
+ HOME: /root
211
steps:
212
- uses: actions/checkout@v4
213
0 commit comments