Skip to content

Commit feefc01

Browse files
committed
ci: single electron job
1 parent 78aa8d2 commit feefc01

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,6 @@ jobs:
236236
electron:
237237
needs:
238238
- build
239-
strategy:
240-
fail-fast: false
241-
matrix:
242-
electron-version:
243-
- 12.0.0
244-
- latest
245239
runs-on: ubuntu-latest
246240
steps:
247241
- name: Checkout
@@ -266,7 +260,7 @@ jobs:
266260
script: |
267261
core.setFailed('dist cache hit failed')
268262
- name: Install Electron
269-
run: npm install --global xvfb-maybe electron@${{ matrix.electron-version }}
263+
run: npm install --global xvfb-maybe electron
270264
- name: Test Electron crypto
271265
run: xvfb-maybe electron ./test/.electron
272266

0 commit comments

Comments
 (0)