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:
161161 command : |
162162 pnpm run clean
163163 pnpm run test.skip_gc_tests
164- continue-on-error :
165- " ${{ contains(matrix.os, 'ubuntu') && !matrix.docker }}"
164+ continue-on-error : true
166165
167166 - name : Test Electron (Main)
168167 if : " ${{ contains(matrix.os, 'ubuntu') && !matrix.docker }}"
@@ -175,7 +174,7 @@ jobs:
175174 pnpm install -g electron@latest
176175 pnpm run clean
177176 xvfb-run --auto-servernum pnpm run test.electron.main
178- # continue-on-error: true
177+ continue-on-error : true
179178
180179 - name : Tests + GC Tests (Release)
181180 if : ${{ !matrix.docker }}
@@ -186,3 +185,4 @@ jobs:
186185 command : |
187186 pnpm run clean
188187 pnpm run test
188+ continue-on-error : true
You can’t perform that action at this time.
0 commit comments