Skip to content

Commit

Permalink
Correction process sql
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Dec 30, 2024
1 parent 595f5b2 commit 6dbdb1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,4 @@ jobs:
# Test install module
for protocole in ./*/; do echo install ${protocole}; geonature monitorings install $protocole > install.log; done
# Test sql
for protocole in ./*/; do echo process_sql ${protocole}; geonature monitorings process_sql $protocole |grep -i error |exit 1; done
for protocole in ./*/; do echo process_sql ${protocole}; geonature monitorings process_sql $protocole |grep -i error && exit 1; done

0 comments on commit 6dbdb1e

Please sign in to comment.