File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 # BUILD DOCKER IMAGES AND SHARE AS ARTIFACTS
88 # -------------------------------------------------
99 build_and_test :
10- name : Build and export Docker images
10+ name : Build and Run Tests
1111 runs-on : ubuntu-24.04
1212
1313 steps :
5050 docker compose --env-file .env_test -f docker-compose-test.yml exec db psql -U postgres -d test_geonode -c 'CREATE EXTENSION IF NOT EXISTS postgis;'
5151 docker compose --env-file .env_test -f docker-compose-test.yml exec db psql -U postgres -d test_geonode_data -c 'CREATE EXTENSION IF NOT EXISTS postgis;'
5252
53- - name : Run smoke tests
53+ - name : Run tests
5454 run : |
5555 docker compose --env-file .env_test -f docker-compose-test.yml exec django bash -lc '
5656 TESTS=$(python -c "import sys;from geonode import settings;print(' '.join([a+'.tests' for a in settings.GEONODE_APPS]))") &&
You can’t perform that action at this time.
0 commit comments