From: Jérôme Benoit Date: Fri, 21 Oct 2022 22:06:14 +0000 (+0200) Subject: Cleanups X-Git-Tag: v2.3.6~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=898f36710ac4f137ffed7304fef7e4dc5c2621f0;p=poolifier.git Cleanups Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 290dcbfe..f4b4e422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,6 @@ jobs: run: npm run lint - name: Tests - # if: "matrix.os != 'windows-latest'" run: npm run test - name: Coverage & Linter Reports