mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 06:57:17 -05:00
Update .github/workflows/backend-ci-bucketed.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/backend-ci-bucketed.yml
vendored
3
.github/workflows/backend-ci-bucketed.yml
vendored
@@ -67,10 +67,11 @@ jobs:
|
||||
flake8 app --count --max-complexity=10 --max-line-length=127 --statistics
|
||||
|
||||
- name: Type check with mypy
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd backend
|
||||
pip install mypy
|
||||
mypy app --ignore-missing-imports || true
|
||||
mypy app --ignore-missing-imports
|
||||
|
||||
- name: Run tests with pytest
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user