diff options
| author | Nick Merwin <[email protected]> | 2019-11-25 13:38:36 -0800 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-11-25 13:38:36 -0800 |
| commit | 64f3adae868514799a3339fc4465f7a9309c75f8 (patch) | |
| tree | de5df67b1a513a6836e3d468d9618e6565d40efd /.github/workflows | |
| parent | d9ccd81de7a6eff5e568d7d0038d8f1495f1bb20 (diff) | |
| download | node-coveralls-npm-ci.tar.xz node-coveralls-npm-ci.zip | |
test.yml boolean formatnpm-ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
