Skip to content

Commit

Permalink
FIx build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Feb 1, 2024
1 parent 18eb79c commit 7416d34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
- IS_CELERY=False
command: 'sleep infinity'
depends_on:
db:
condition: service_healthy
geoserver:
condition: service_healthy
env_file:
Expand All @@ -27,9 +29,7 @@ services:
- geoserver-data-dir:/geoserver_data/data
- data:/data
- tmp:/tmp
depends_on:
db:
condition: service_healthy


# Geoserver backend
geoserver:
Expand Down
5 changes: 3 additions & 2 deletions runtest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set -a
#!/bin/bash
set -a
. ./.env_test
set +a
coverage run --append --source=/usr/src/geonode/manage.py test importer --keepdb -v2 --noinput
coverage run --append --source='.' /usr/src/geonode/manage.py test importer --keepdb -v2 --noinput

0 comments on commit 7416d34

Please sign in to comment.