Skip to content

Commit

Permalink
Test script sql
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Dec 30, 2024
1 parent 2087a87 commit 8f9bdd2
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,7 +104,10 @@ 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 ./*/; echo do geonature monitorings install $protocole|grep error| exit 1; done
# Test install module
for protocole in ./*/; do geonature monitorings install $protocole; done
# Test sql
for protocole in ./*/; do geonature monitorings process_sql $protocole|grep -i error|exit 1; done

0 comments on commit 8f9bdd2

Please sign in to comment.