Skip to content

Commit

Permalink
chore: Update tests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Goncalves <[email protected]>
  • Loading branch information
diogoncalves authored Dec 18, 2024
1 parent 48c14f5 commit f0363e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
working-directory: ./libs/core
run: |
poetry install
POETRY_ENV=$(poetry env info --path)
echo $POETRY_ENV
echo "POETRY_ENV=$POETRY_ENV" >> $GITHUB_ENV
- name: Run unit tests
run: |
source $(poetry env info --path)/bin/activate
echo ${{ env.POETRY_ENV }}
source ${{ env.POETRY_ENV }}/bin/activate
poetry run pytest libs/core

0 comments on commit f0363e5

Please sign in to comment.