Skip to content

Commit

Permalink
Recupération configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Dec 20, 2024
1 parent 564c64f commit dea0902
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dea0902

Please sign in to comment.