diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 22b3a4d..efcf72a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -104,4 +104,7 @@ jobs: export GEONATURE_CONFIG_FILE=output.txt mkdir -p /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/media/monitorings/ cp -r * /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/media/monitorings/ - for protocole in ./*/; do geonature monitorings install $protocole; done \ No newline at end of file + for protocole in ./*/; echo do geonature monitorings install $protocole|grep error| exit 1; done + + +