Skip to content

Commit

Permalink
Set the working directory for all of the run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Nov 22, 2023
1 parent f7159b3 commit ac905c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_jobs_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,20 @@ jobs:
python-version: '3.11'

- name: Install pipenv and setup project
working-directory: .github/jobs-py
run: |
pip install pipenv
pipenv install --dev
- name: Run Unit Tests
working-directory: .github/jobs-py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pipenv run pytest tests/unit
- name: Run E2E Tests
working-directory: .github/jobs-py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit ac905c2

Please sign in to comment.