Skip to content

Commit

Permalink
test example in CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Apr 18, 2024
1 parent 176fd62 commit 2391f6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubi8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:
run: |
python3 -m pip install -r ../requirements.txt
export PYTHONPATH=$PWD/../
cd ../example
pytest --color=yes -rs -vv --cov=. --cov-report term --cov-config=.coveragerc -k example_SolarField
cd -
pytest --color=yes -rs -vv --cov=. --cov-report term --cov-config=.coveragerc

0 comments on commit 2391f6f

Please sign in to comment.