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 115b93d commit 0586434
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: CI Workflow

on:
push:
Expand Down Expand Up @@ -51,6 +51,12 @@ jobs:
echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV
poetry run pytest
- name: Install pytest for Shared
working-directory: ./apps/shared
run: |
echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV
pip install pytest
- name: Run Tests for Shared
working-directory: ./apps/shared
run: |
Expand Down

0 comments on commit 0586434

Please sign in to comment.