mirror of https://github.com/Askill/optar.git
split action into 2, install deps and run test
This commit is contained in:
parent
aa37a25f1c
commit
2d1c2b1370
|
|
@ -31,5 +31,6 @@ jobs:
|
||||||
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
|
||||||
|
- name: run test
|
||||||
|
run: |
|
||||||
pytest tests/watcher_test.py
|
pytest tests/watcher_test.py
|
||||||
Loading…
Reference in New Issue