X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=3419c5719e142d55a15ef939083623bd3cc4fa26;hb=c098541c795003dc6173e4ad20a1e3a26c5fdba4;hp=fa8d7026749d8fb62b218ecb4e2442d35128deae;hpb=20fe37f292d8efc4d5da8e19569f2179fd15255e;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa8d7026..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' }} run: pnpm test - name: Coverage Report