Skip to content

Commit

Permalink
ci: Running client side tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jul 2, 2023
1 parent 1c3344e commit b252a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
pip install -e ".[server,listeners]"
alembic upgrade head
pytest --cov=argilla --cov-report=xml
pytest --ignore=tests/server --cov=argilla --cov-report=xml
- name: Upload Coverage to Codecov 📦
uses: codecov/codecov-action@v1
if: inputs.coverageReport
Expand Down

0 comments on commit b252a01

Please sign in to comment.