From 898f36710ac4f137ffed7304fef7e4dc5c2621f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 22 Oct 2022 00:06:14 +0200 Subject: [PATCH] Cleanups MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1