add test mode

This commit is contained in:
Vladimir Mandic
2023-04-29 18:38:13 -04:00
parent 1f5d5a17e3
commit f813e6022b
3 changed files with 12 additions and 7 deletions
+5 -5
View File
@@ -24,11 +24,11 @@ jobs:
python-version: 3.10.6
cache: pip
cache-dependency-path: requirements.txt
- name: Install PyLint
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Install dependencies
run: |
python launch.py --test
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
python -m pip install --upgrade pip
pip install pylint
pylint $(git ls-files '*.py')