Skip to content

Commit

Permalink
Try mounted server notation again
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Sep 20, 2024
1 parent 83317cd commit 04dab2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ jobs:

- name: Run tests
run: |
PWD=$(pwd)
echo "PWD=$PWD"
echo "PYTHONPATH=$PWD/server/engine/src" >> "$GITHUB_ENV"
echo "PYTHONPATH=D:/a/AddBiomechanics/Addbiomechanics/server/engine/src" >> "$GITHUB_ENV"
python -m unittest discover -s server/engine/tests/ -p '*.py'

0 comments on commit 04dab2b

Please sign in to comment.