From dea09026c8128baa0df710a8b5e5df09fe6aabc9 Mon Sep 17 00:00:00 2001 From: amandine-sahl Date: Fri, 20 Dec 2024 17:15:54 +0100 Subject: [PATCH] =?UTF-8?q?Recup=C3=A9ration=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 66cbfb5..006a490 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -94,9 +94,12 @@ jobs: geonature db autoupgrade -x local-srid=2154 - name: Install monitoring module database run: | - export GEONATURE_CONFIG_FILE=`curl -fsSL https://raw.githubusercontent.com/PnX-SI/GeoNature/refs/heads/master/config/test_config.toml` + + 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 upgrade-modules-db MONITORINGS - name: Test install monitoring run: | - export GEONATURE_CONFIG_FILE=`curl -fsSL https://raw.githubusercontent.com/PnX-SI/GeoNature/refs/heads/master/config/test_config.toml` + 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