diff --git a/.github/workflows/main_deploydef.yml b/.github/workflows/main_deploydef.yml index d2a9c58..d676edf 100644 --- a/.github/workflows/main_deploydef.yml +++ b/.github/workflows/main_deploydef.yml @@ -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