File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,7 @@ jobs:
161
161
command : |
162
162
pnpm run clean
163
163
pnpm run test.skip_gc_tests
164
- continue-on-error :
165
- " ${{ contains(matrix.os, 'ubuntu') && !matrix.docker }}"
164
+ continue-on-error : true
166
165
167
166
- name : Test Electron (Main)
168
167
if : " ${{ contains(matrix.os, 'ubuntu') && !matrix.docker }}"
@@ -175,7 +174,7 @@ jobs:
175
174
pnpm install -g electron@latest
176
175
pnpm run clean
177
176
xvfb-run --auto-servernum pnpm run test.electron.main
178
- # continue-on-error: true
177
+ continue-on-error : true
179
178
180
179
- name : Tests + GC Tests (Release)
181
180
if : ${{ !matrix.docker }}
@@ -186,3 +185,4 @@ jobs:
186
185
command : |
187
186
pnpm run clean
188
187
pnpm run test
188
+ continue-on-error : true
You can’t perform that action at this time.
0 commit comments