Update pytest.yml

This commit is contained in:
Mawoka
2022-04-16 20:27:29 +02:00
committed by GitHub
parent c0804cc9ff
commit 318fb78bae
+2 -2
View File
@@ -26,10 +26,10 @@ jobs:
- run: pipenv install --dev
- name: Prepare tests
run: |
chmod +x run_tests.sh a
chmod +x run_tests.sh
- name: Run tests
run: |
./run_tests.sh
./run_tests.sh a
pipenv run coverage xml
- name: Report results to DeepSource
run: |