Skip to content

Commit 4a4161a

Browse files
Move lint to after tests to see tests
1 parent ab07514 commit 4a4161a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
- name: Install Pydantic v2
5959
if: matrix.pydantic-version == 'pydantic-v2'
6060
run: pip install "pydantic>=2.0.2,<3.0.0"
61-
- name: Lint
62-
run: python -m poetry run bash scripts/lint.sh
6361
- run: mkdir coverage
6462
- name: Test
6563
run: python -m poetry run bash scripts/test.sh
@@ -71,6 +69,8 @@ jobs:
7169
with:
7270
name: coverage
7371
path: coverage
72+
- name: Lint
73+
run: python -m poetry run bash scripts/lint.sh
7474
coverage-combine:
7575
needs:
7676
- test

0 commit comments

Comments
 (0)