From 198e9a4e0e9c612ba7db8a881cbdcb7194ca37b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 30 Aug 2021 09:51:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Lint=20before=20tests=20to=20fai?= =?UTF-8?q?l=20faster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ef7ce966..1b8572536 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,10 +27,10 @@ jobs: - name: Install Click 7 if: matrix.click-7 run: pip install "click<8.0.0" - - name: Test - run: bash scripts/test.sh - name: Lint if: ${{ matrix.python-version != '3.6' && matrix.click-7 == true }} run: bash scripts/lint.sh + - name: Test + run: bash scripts/test.sh - name: Upload coverage uses: codecov/codecov-action@v1