Skip to content
Snippets Groups Projects
Commit daf12914 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix make tests running test scripts from AppDir in ci/appimage

parent f4199e96
No related branches found
No related tags found
1 merge request!791Fix github links
...@@ -8,7 +8,7 @@ SHELL := /bin/bash ...@@ -8,7 +8,7 @@ SHELL := /bin/bash
tests: tests:
python3 gen_resources.py python3 gen_resources.py
python3 gen_translations.py python3 gen_translations.py
pytest -q -s --disable-warnings ${TESTS_FILTER} pytest -q -s --disable-warnings tests ${TESTS_FILTER}
# check # check
check: mypy pylint check-format check: mypy pylint check-format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment