Skip to content

Commit

Permalink
Revert "ci: run electron on ubuntu-latest"
Browse files Browse the repository at this point in the history
This reverts commit 28f8aea.
  • Loading branch information
panva committed Nov 5, 2022
1 parent 28f8aea commit 84b56ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
electron:
needs:
- build
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -252,7 +252,7 @@ jobs:
with:
script: core.setFailed('dist cache hit failed')
- name: Install Electron
run: npm install --global xvfb-maybe electron
run: npm install --global electron
- name: Run Test Suite
run: npm run tap:electron

Expand Down
2 changes: 1 addition & 1 deletion tap/.electron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
tap/run-electron.ts

source .electron_flags.sh
xvfb-maybe electron tap/run-electron.js
electron tap/run-electron.js

0 comments on commit 84b56ee

Please sign in to comment.