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 e5798c3 commit 564c64f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
working-directory: .
- name: Install geonature 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 db upgrade geonature@head -x local-srid=2154
geonature db autoupgrade -x local-srid=2154
- name: Install monitoring module database
Expand Down

0 comments on commit 564c64f

Please sign in to comment.