Skip to content
Snippets Groups Projects
Commit 8bbf6eda authored by Barnabás Czémán's avatar Barnabás Czémán
Browse files

fix path

parent 52894e7e
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ jobs: ...@@ -22,8 +22,8 @@ jobs:
- run: - run:
command: | command: |
flake8 --max-line-length=125 --exclude=src/kszkepzes,migrations flake8 --max-line-length=125 --exclude=src/kszkepzes,migrations
python manage.py migrate python src/manage.py migrate
python manage.py test python src/manage.py test
- store_test_results: - store_test_results:
path: test-results path: test-results
- store_artifacts: - store_artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment