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 78aa8d2 commit feefc01Copy full SHA for feefc01
.github/workflows/test.yml
@@ -236,12 +236,6 @@ jobs:
236
electron:
237
needs:
238
- build
239
- strategy:
240
- fail-fast: false
241
- matrix:
242
- electron-version:
243
- - 12.0.0
244
- - latest
245
runs-on: ubuntu-latest
246
steps:
247
- name: Checkout
@@ -266,7 +260,7 @@ jobs:
266
260
script: |
267
261
core.setFailed('dist cache hit failed')
268
262
- name: Install Electron
269
- run: npm install --global xvfb-maybe electron@${{ matrix.electron-version }}
263
+ run: npm install --global xvfb-maybe electron
270
264
- name: Test Electron crypto
271
265
run: xvfb-maybe electron ./test/.electron
272
0 commit comments