aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2019-11-25 13:38:36 -0800
committerNick Merwin <[email protected]>2019-11-25 13:38:36 -0800
commit64f3adae868514799a3339fc4465f7a9309c75f8 (patch)
treede5df67b1a513a6836e3d468d9618e6565d40efd /.github/workflows/test.yml
parentd9ccd81de7a6eff5e568d7d0038d8f1495f1bb20 (diff)
downloadnode-coveralls-npm-ci.tar.xz
node-coveralls-npm-ci.zip
test.yml boolean formatnpm-ci
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b96ec36..93147eb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
- name: Run lint
run: npm run lint
- if: !(matrix.node == 8 && matrix.os == 'windows-latest')
+ if: matrix.node != 8 && matrix.os != 'windows-latest'
- name: Run tests
run: npm run test-cov