From 2391f6f73acd5cb5a8bf60c9f61d50d67f759e03 Mon Sep 17 00:00:00 2001 From: Evan Harvey Date: Thu, 18 Apr 2024 16:30:12 -0600 Subject: [PATCH] test example in CI too --- .github/workflows/ubi8.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ubi8.yml b/.github/workflows/ubi8.yml index fce7d68b4..80f75d89b 100644 --- a/.github/workflows/ubi8.yml +++ b/.github/workflows/ubi8.yml @@ -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 \ No newline at end of file