From: Jérôme Benoit Date: Wed, 20 Sep 2023 17:22:25 +0000 (+0200) Subject: build(ci): remove condition on tests X-Git-Tag: v2.7.1~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=06df097caf20e3121372a60e09b922e7fae0a3fb;p=poolifier.git build(ci): remove condition on tests Signed-off-by: Jérôme Benoit --- 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