We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6706616 commit 261a226Copy full SHA for 261a226
.github/workflows/CI.yml
@@ -161,8 +161,7 @@ jobs:
161
command: |
162
pnpm run clean
163
pnpm run test.skip_gc_tests
164
- continue-on-error:
165
- "${{ contains(matrix.os, 'ubuntu') && !matrix.docker }}"
+ continue-on-error: true
166
167
- name: Test Electron (Main)
168
if: "${{ contains(matrix.os, 'ubuntu') && !matrix.docker }}"
@@ -175,7 +174,7 @@ jobs:
175
174
pnpm install -g electron@latest
176
177
xvfb-run --auto-servernum pnpm run test.electron.main
178
- # continue-on-error: true
179
180
- name: Tests + GC Tests (Release)
181
if: ${{ !matrix.docker }}
@@ -186,3 +185,4 @@ jobs:
186
185
187
188
pnpm run test
0 commit comments