diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af040137..12312b0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Run Tests +name: CI Workflow on: push: @@ -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: |