diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 35f5caa..df23696 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -26,10 +26,10 @@ jobs: - run: pipenv install --dev - name: Prepare tests run: | - chmod +x run_tests.sh a + chmod +x run_tests.sh - name: Run tests run: | - ./run_tests.sh + ./run_tests.sh a pipenv run coverage xml - name: Report results to DeepSource run: |