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 8f25d35 commit 964a3eeCopy full SHA for 964a3ee
.github/workflows/CI.yml
@@ -154,13 +154,15 @@ jobs:
154
command: |
155
pnpm run clean
156
pnpm run test.skip_gc_tests
157
+ continue-on-error: true
158
159
- name: Test Electron (Main)
160
if: ${{ !matrix.docker }}
161
run: |
162
pnpm install -g electron@latest
163
164
pnpm run test.electron.main
165
166
167
- name: Tests + GC Tests (Release)
168
0 commit comments