1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Aggiornamento test automatici

This commit is contained in:
FabioL
2022-02-04 21:54:16 +01:00
committed by GitHub
parent a66ef457b8
commit 324c45b04d

View File

@@ -126,4 +126,4 @@ jobs:
- name: Execute tests - name: Execute tests
run: | run: |
cd python-tests/ cd python-tests/
pytest tests python -m unittest discover tests -p '*.py'