diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29d419c8..d8e4d144 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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