Skip to content

Commit

Permalink
馃懛 Lint before tests to fail faster
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 30, 2021
1 parent 45f896d commit 198e9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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

1 comment on commit 198e9a4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.