X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=3419c5719e142d55a15ef939083623bd3cc4fa26;hb=c098541c795003dc6173e4ad20a1e3a26c5fdba4;hp=5b26bbf727158a17e5b6014af2449717b89aa556;hpb=3ed0d94c139d2941fcb72dce49f7c19030325308;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b26bbf7..3419c571 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,6 @@ jobs: run: pnpm lint - name: Tests - if: ${{ matrix.os != 'windows-latest' || (matrix.node != '16.x' && matrix.node != '18.x') }} run: pnpm test - name: Coverage Report