point tests to new folders

Co-authored-by: Julio Castillo <juliocc@users.noreply.github.com>
This commit is contained in:
Ludovico Magnocavallo 2022-09-09 16:04:41 +02:00 committed by Julio Castillo
parent da2f601c9a
commit 834c5d53c9
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ jobs:
run: |
mkdir -p ${{ env.TF_PLUGIN_CACHE_DIR }}
pip install -r tests/requirements.txt
pytest -vv tests/doc_examples
pytest -vv tests/examples
examples:
runs-on: ubuntu-latest
@ -91,7 +91,7 @@ jobs:
run: |
mkdir -p ${{ env.TF_PLUGIN_CACHE_DIR }}
pip install -r tests/requirements.txt
pytest -vv tests/examples
pytest -vv tests/blueprints
modules:
runs-on: ubuntu-latest