Skip to content

Commit

Permalink
Install gn2 database
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Dec 20, 2024
1 parent 58d1985 commit 87966af
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,12 @@ jobs:
run: |
python -m pip install https://github.com/PnX-SI/gn_module_monitoring/archive/main.zip
working-directory: .
- name: Install database
- name: Install geonature database
run: |
https://raw.githubusercontent.com/PnX-SI/GeoNature/refs/heads/master/install/03b_populate_db.sh
geonature db upgrade geonature@head -x local-srid=2154
geonature db autoupgrade -x local-srid=2154
env:
GEONATURE_CONFIG_FILE: https://raw.githubusercontent.com/PnX-SI/GeoNature/refs/heads/master/config/test_config.toml
srid_local: 2154
install_bdc_statuts: false
taxref_region: fr
add_sample_data: true
install_sig_layers: true
install_grid_layer_5: false
install_grid_layer_10: false
install_ref_sensitivity: false
- name: Install monitoring module database
run: |
geonature upgrade-modules-db MONITORINGS
Expand Down

0 comments on commit 87966af

Please sign in to comment.