Stick no Electron v30.0 for now because v30.1 creates trouble with Re… #184
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build | |
run: npm ci | |
- name: Test | |
env: | |
DISPLAY: ':99' | |
run: | | |
Xvfb :99 -screen 0 1920x1080x24 > /dev/null 2>&1 & | |
npm test |