Skip to content

Commit

Permalink
Catch error
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Dec 20, 2024
1 parent c29f8a8 commit 2087a87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
for protocole in ./*/; echo do geonature monitorings install $protocole|grep error| exit 1; done

0 comments on commit 2087a87

Please sign in to comment.