From c26da9c47a4df752a3b14e89755d193660002941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Thu, 4 Jan 2024 19:27:14 +0100 Subject: [PATCH] ci: add M10 for blurring obs with cd sensitivity=2 --- .github/workflows/cypress.yml | 1 + .github/workflows/pytest.yml | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 00914e4c9a..f6c6c0c745 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -81,6 +81,7 @@ jobs: add_sample_data: true install_sig_layers: true install_grid_layer_5: true + install_grid_layer_10: true install_ref_sensitivity: true # FRONTEND - name: Cache node modules diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index eb15c47d14..c9de492237 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -48,12 +48,6 @@ jobs: --health-retries 5 steps: - - name: Add postgis_raster database extension - if: ${{ matrix.postgis-version >= 3 }} - run: | - psql -h localhost -U geonatadmin -d geonature2db -tc 'CREATE EXTENSION "postgis_raster";' - env: - PGPASSWORD: geonatpasswd - uses: actions/checkout@v4 with: submodules: true @@ -104,6 +98,7 @@ jobs: add_sample_data: true install_sig_layers: true install_grid_layer_5: true + install_grid_layer_10: true install_ref_sensitivity: true - name: Show database status run: |