Skip to content

Commit

Permalink
chore: disable macOS/npm tests due to weirdness with fsevents
Browse files Browse the repository at this point in the history
Need to wait for fsevents 1.2.11 to be released for this to be reverted.
  • Loading branch information
malept committed Dec 14, 2019
1 parent 40f6b99 commit 01c417d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ jobs:
CI: true
NODE_INSTALLER: ${{ matrix.node-installer }}
- name: Test on macOS/Linux
if: matrix.os != 'windows-latest'
if: matrix.os != 'windows-latest' && !(matrix.os == 'macOS-latest' && matrix.node-installer == 'npm')
run: bolt coverage
env:
NODE_INSTALLER: ${{ matrix.node-installer }}
DEBUG: electron-installer-snap:snapcraft
- name: Codecov
if: matrix.os != 'macOS-latest' && matrix.node-installer != 'npm'
run: bolt codecov
env:
CI_OS: ${{ matrix.os }}
Expand Down

0 comments on commit 01c417d

Please sign in to comment.