diff options
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 |
