From: Jérôme Benoit Date: Sat, 15 Oct 2022 15:21:59 +0000 (+0200) Subject: Fix CI job condition X-Git-Tag: v2.3.4~16 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=51fe34192cd5e7637f243e7fc7b4f3e9cee2ee4b;p=poolifier.git Fix CI job condition Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cf59718..d9233944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: npm run lint - name: Tests - if: "matrix.os != 'windows-latest' && matrix.node != '18.x'" + if: "matrix.os != 'windows-latest' || matrix.node != '18.x'" run: npm run test - name: Coverage & Linter Reports