mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 03:20:01 +00:00
Reordered workflow
This commit is contained in:
parent
7dfcad2a4c
commit
8ed1658e4e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -24,9 +24,6 @@ jobs:
|
|||
enable-cache: true
|
||||
cache-python: true
|
||||
|
||||
- name: Run tests
|
||||
run: uv run pytest -v --tb=short
|
||||
|
||||
- name: "Fail on type: ignore (no suppressions allowed)"
|
||||
run: |
|
||||
if grep -rE '# type: ignore|# ty: ignore' --include='*.py' . --exclude-dir=.venv --exclude-dir=.git; then
|
||||
|
|
@ -37,6 +34,9 @@ jobs:
|
|||
|
||||
- name: Type check
|
||||
run: uv run ty check
|
||||
|
||||
- name: Run tests
|
||||
run: uv run pytest -v --tb=short
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue