Change ci to pytest

This commit is contained in:
0xArty
2023-04-16 16:03:22 +01:00
committed by Pi
parent 627533bed6
commit 147d3733bf

View File

@@ -36,7 +36,7 @@ jobs:
- name: Run unittest tests with coverage - name: Run unittest tests with coverage
run: | run: |
coverage run --source=autogpt -m unittest discover tests pytest --cov=autogpt --without-integration --without-slow-integration
- name: Generate coverage report - name: Generate coverage report
run: | run: |