Skip to content

Commit 5edce2e

Browse files
committed
ci: improve e2e tests
1 parent b04fb1b commit 5edce2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ jobs:
224224
needs: build-modern-node
225225
# Use Playwright container for E2E tests, which has all dependencies and all browsers installed
226226
container: mcr.microsoft.com/playwright:v1.52.0-jammy
227-
env:
228-
# fix Firefox permission issue (Firefox is unable to launch if the $HOME folder isn't owned by the current user)
229-
HOME: /root
227+
# env:
228+
# # fix Firefox permission issue (Firefox is unable to launch if the $HOME folder isn't owned by the current user)
229+
# HOME: /root
230230
# strategy:
231231
# matrix:
232232
# browser: [chrome, firefox, webkit, edge]

0 commit comments

Comments
 (0)