diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml index f2eae42..9dca635 100644 --- a/.github/workflows/action-ci.yml +++ b/.github/workflows/action-ci.yml @@ -35,6 +35,7 @@ jobs: run: | pip install pytest pytest-cov pytest + working-directory: ${{ github.workspace }}/tests run-action: runs-on: ubuntu-latest