Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mimisavage authored Oct 31, 2024
1 parent 8ee0228 commit 4d17377
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ jobs:
export PATH="$HOME/.local/bin:$PATH"
- name: Install dependencies
working-directory: ./apps/data_handler # Set to directory containing pyproject.toml
working-directory: ./apps/data_handler
run: |
poetry install
- name: Run Tests for Data Handler
working-directory: ./apps/data_handler # Same directory
working-directory: ./apps/data_handler
run: |
poetry run make test_data_handler
poetry run pytest apps/data_handler
- name: Run Tests for Shared
working-directory: ./apps/data_handler # Adjust if shared tests are in a different folder
working-directory: ./apps/shared
run: |
poetry run make test_shared
poetry run pytest apps/shared

0 comments on commit 4d17377

Please sign in to comment.