X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=63f2552b4960adf615f679688de20f488ec7f63f;hb=a34ce9a052739a56d764ba1aa3ede8d19aded4e3;hp=5cf59718b9c99c61e8a19be1b59be5c15190d885;hpb=efba7b0dfc50226a4fd7eaa5153aa98481ec9dfd;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cf59718..63f2552b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,14 @@ jobs: - name: Install run: npm ci - - name: Build - run: npm run build --if-present - - name: Lint run: npm run lint + - name: Build + run: npm run build --if-present + - 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