From be42b17fb089754d338db92c13097d371b7d32d0 Mon Sep 17 00:00:00 2001 From: amandine-sahl Date: Fri, 20 Dec 2024 17:28:20 +0100 Subject: [PATCH] Loop on folder --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 006a490..9f12859 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -102,4 +102,4 @@ jobs: run: | curl -fsSL https://raw.githubusercontent.com/PnX-SI/GeoNature/refs/heads/master/config/test_config.toml -o output.txt export GEONATURE_CONFIG_FILE=output.txt - geonature monitorings install apollons \ No newline at end of file + for protocole in ./*/; do geonature monitorings install $protocole; done \ No newline at end of file