Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh9131 committed Jun 25, 2024
1 parent 6f482bc commit 5ea458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:/CoreRec/engine" >> $GITHUB_ENV
run: echo "PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE/CoreRec/engine" >> $GITHUB_ENV
- name: Run tests
run: |
python -m unittest discover -s USECASES/unittest -p "*.py"

0 comments on commit 5ea458b

Please sign in to comment.