Skip to content

Commit cf5f982

Browse files
authored
fix(ci): ubuntu e2e tests (#2915)
1 parent 140acb6 commit cf5f982

File tree

3 files changed

+150
-155
lines changed

3 files changed

+150
-155
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ jobs:
130130
- name: Test
131131
run: npm run test
132132

133+
# https://github.com/ipfs/ipfs-desktop/pull/2915
134+
# https://github.com/microsoft/playwright/issues/34251#issuecomment-2580591770
135+
- name: Workaround to enable e2e tests on github CI
136+
if: runner.os == 'Linux'
137+
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
138+
133139
- name: Test end-to-end
134140
run: npm run test:e2e
135141

0 commit comments

Comments
 (0)