Skip to content

Commit

Permalink
chore: pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
MyuddinKhatri committed May 8, 2024
1 parent a4f2726 commit 3987d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
source env/bin/activate
cd apps/cloud_storage
pytest --cov=beam --cov-report=xml --disable-warnings -s | tee pytest-coverage.txt
pytest --cov=cloud_storage --cov-report=xml --disable-warnings -s | tee pytest-coverage.txt
env:
TYPE: server

Expand All @@ -94,3 +94,4 @@ jobs:
with:
pytest-coverage-path: /home/runner/frappe-bench/apps/cloud_storage/pytest-coverage.txt
junitxml-path: /home/runner/frappe-bench/apps/cloud_storage/coverage.xml

0 comments on commit 3987d38

Please sign in to comment.