From: Jérôme Benoit Date: Sat, 22 Oct 2022 09:23:05 +0000 (+0200) Subject: Speed CI by removing non working eslint report import X-Git-Tag: v2.3.6~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c3d7c4f36a822461d84b6d0b866747fc87106df9;p=poolifier.git Speed CI by removing non working eslint report import Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68a87623..3ee63b19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,12 +44,9 @@ jobs: - name: Tests run: npm run test - - name: Coverage & Linter Reports + - name: Coverage Report if: "github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'" - run: | - npm run coverage - npm run lint:report - sed -i 's+/home/runner/work/+/github/workspace/+g' reports/eslint.json + run: npm run coverage - name: Sonar Code Analysis if: "github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'"