Skip to content

Commit

Permalink
allow getting electron version to fail I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Apr 28, 2024
1 parent 3ab4076 commit 2303ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: npm install
- run: npm install electron@${{ matrix.electron }}
- run: node --version
- run: npx electron --version
- run: npx electron --version || echo well that went poorly
- name: npm test
run: npm run citest

Expand Down

0 comments on commit 2303ea7

Please # to comment.