X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=3419c5719e142d55a15ef939083623bd3cc4fa26;hb=685926b259b68c4f0111e8b244ca25381fc3f965;hp=7490cda32ccf3af9a67c1e05460ed348c194a4ab;hpb=4d1591674092004fa1d05601285c291a04516e87;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7490cda3..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