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 9d6ad8d commit 2b38be9Copy full SHA for 2b38be9
.github/workflows/main.yml
@@ -209,6 +209,7 @@ jobs:
209
(file node_modules/electron/dist/Electron.app/Contents/MacOS/Electron) && (node_modules/electron/dist/Electron.app/Contents/MacOS/Electron --no-sandbox --version || echo INVALID_ARCH || true) && (node_modules/electron/dist/Electron.app/Contents/MacOS/Electron --no-sandbox --abi || echo INVALID_ARCH || true)
210
- run: npm list -g node-gyp || echo ok || true
211
- run: npm list node-gyp || echo ok || true
212
+ continue-on-error: true
213
- name: PR action (just build)
214
if: ${{ github.event_name == 'pull_request' }}
215
run: npm run build:prod
0 commit comments