Skip to content

Commit

Permalink
build: re-enable the macOS/yarn CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 13, 2020
1 parent 4226994 commit 7519bef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,12 @@ jobs:
CI: true
NODE_INSTALLER: ${{ matrix.node-installer }}
- name: Test on macOS/Linux
if: matrix.os != 'windows-latest' && !(matrix.os == 'macOS-latest' && matrix.node-installer == 'npm')
if: matrix.os != 'windows-latest'
run: bolt coverage
env:
NODE_INSTALLER: ${{ matrix.node-installer }}
DEBUG: electron-installer-snap:snapcraft
- name: Codecov
if: true && !(matrix.os == 'macOS-latest' && matrix.node-installer == 'npm')
run: bolt codecov
env:
CI_OS: ${{ matrix.os }}
Expand Down

0 comments on commit 7519bef

Please sign in to comment.