mirror of
https://github.com/johndoe6345789/AutoMetabuilder.git
synced 2026-04-24 13:54:59 +00:00
Fix CI workflow paths: use backend/ instead of src/
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -36,15 +36,15 @@ jobs:
|
|||||||
run: poetry run validate-workflows
|
run: poetry run validate-workflows
|
||||||
|
|
||||||
- name: Static analysis
|
- name: Static analysis
|
||||||
run: poetry run python -m compileall src
|
run: poetry run python -m compileall backend
|
||||||
|
|
||||||
- name: Lint (errors only)
|
- name: Lint (errors only)
|
||||||
run: |
|
run: |
|
||||||
python -m pip install pylint
|
python -m pip install pylint
|
||||||
poetry run pylint --errors-only src/autometabuilder
|
poetry run pylint --errors-only backend/autometabuilder
|
||||||
|
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: PYTHONPATH=src poetry run pytest tests/test_main.py tests/test_metadata.py tests/test_roadmap.py
|
run: PYTHONPATH=backend poetry run pytest backend/tests/test_main.py backend/tests/test_metadata.py backend/tests/test_roadmap.py
|
||||||
|
|
||||||
- name: UI tests
|
- name: UI tests
|
||||||
run: PYTHONPATH=src poetry run pytest tests/ui
|
run: PYTHONPATH=backend poetry run pytest backend/tests/ui
|
||||||
|
|||||||
Reference in New Issue
Block a user