diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 11d16a0..3aa975c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -104,6 +104,8 @@ jobs: 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/ # Test install module + echo "Test install modules" 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 + echo "Test process_sql modules" + for protocole in ./*/; do echo process_sql ${protocole}; geonature monitorings process_sql $protocole |grep -i error && exit 1 || echo "OK" ; done diff --git a/nidif_gypa/synthese.sql b/nidif_gypa/synthese.sql index 048a850..3384d76 100644 --- a/nidif_gypa/synthese.sql +++ b/nidif_gypa/synthese.sql @@ -1,6 +1,6 @@ SELECT 1; --- RĂ©soulution impossible manque la table comportement_mapping ?? +-- RĂ©solution impossible manque la table comportement_mapping ?? -- CREATE OR REPLACE VIEW gn_monitoring.v_synthese_nidif_gypa -- AS WITH source AS (