Skip to content

Commit

Permalink
Export PYTHONPATH to GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Sep 20, 2024
1 parent fcc0c18 commit c644442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
run: |
PWD=$(pwd)
export PYTHONPATH=$PWD/server/engine/src:$PYTHONPATH
echo "PYTHONPATH=$PYTHONPATH"
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
python -m unittest discover -s server/engine/tests/ -p '*.py'

0 comments on commit c644442

Please sign in to comment.