Skip to content

Commit

Permalink
trying to print out cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Apr 9, 2024
1 parent 993addd commit 43d4e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
run: echo "PYTHONPATH=$(pwd):$(pwd)/src" >> ${{ runner.workspace }}/.env

- name: Test with pytest
run: python -m poetry run pytest --cov
run: |
pwd
python -m poetry run pytest --cov
env:
PYTHONPATH: ${{ env.PYTHONPATH }}
ENV_FILE: ${{ runner.workspace }}/.env

0 comments on commit 43d4e79

Please sign in to comment.