Skip to content

Commit 04b35ff

Browse files
committed
rename
1 parent d20a3ca commit 04b35ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/geonode-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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:
@@ -50,7 +50,7 @@ jobs:
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]))") &&

0 commit comments

Comments
 (0)