Skip to content

Commit

Permalink
build: fix CI codecov step conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 17, 2019
1 parent 3e5a64c commit 66bd0e2
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
- name: Codecov
if: matrix.os != 'macOS-latest' && matrix.node-installer != 'npm'
if: true && !(matrix.os == 'macOS-latest' && matrix.node-installer == 'npm')
run: bolt codecov
env:
CI_OS: ${{ matrix.os }}
Expand Down

0 comments on commit 66bd0e2

Please sign in to comment.