Skip to content

Commit 2af5fa0

Browse files
committed
ci: improve ci scripts
1 parent f37e6d2 commit 2af5fa0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ jobs:
205205
runs-on: ubuntu-latest
206206
# Use Playwright container for E2E tests, which has all dependencies and all browsers installed
207207
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
208211
steps:
209212
- uses: actions/checkout@v4
210213

0 commit comments

Comments
 (0)