From: Jérôme Benoit Date: Sat, 15 Oct 2022 15:16:57 +0000 (+0200) Subject: Refine condition on CI jobs X-Git-Tag: v1.1.84~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6b9a6b079cdac5e7ec596e2708ef46890186957d;p=e-mobility-charging-stations-simulator.git Refine condition on CI jobs Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c22ba132..7c879ab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: npm run lint continue-on-error: true - name: npm run build - if: "matrix.os != 'windows-latest' && matrix.node != '16.x'" + if: "matrix.os != 'windows-latest' || matrix.node != '16.x'" run: npm run build - name: npm test if: "matrix.os != 'windows-latest' && matrix.node != '16.x'"