aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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