Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 14, 2019
1 parent 0d22eca commit 66fbc06
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 @@ -80,7 +80,7 @@ jobs:
NODE_INSTALLER: ${{ matrix.node-installer }}
DEBUG: electron-installer-snap:snapcraft,electron-forge:init*,electron-forge:dependency-installer
- name: Codecov
if: !(matrix.os == 'macOS-latest' && matrix.node-installer == 'npm')
if: matrix.os != 'macOS-latest' && matrix.node-installer != 'npm'
run: bolt codecov
env:
CI_OS: ${{ matrix.os }}
Expand Down

0 comments on commit 66fbc06

Please sign in to comment.