Skip to content

Commit

Permalink
modifying pytest name in .ymal
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaLeylavergne committed Mar 5, 2024
1 parent a91ae84 commit 3c48c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_deploydef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
pytest test_get.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down

0 comments on commit 3c48c14

Please sign in to comment.