mirror of https://github.com/Askill/optar.git
added ci
This commit is contained in:
parent
5d09dd3356
commit
6d60f225e1
|
|
@ -28,8 +28,8 @@ jobs:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pytest==8.2.2
|
pip install pytest==8.2.2
|
||||||
|
|
||||||
pytest tests/watcher_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
|
pytest tests/watcher_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
|
||||||
Loading…
Reference in New Issue