Skip to content

Commit d20a3ca

Browse files
committed
no clean
1 parent b8cca1f commit d20a3ca

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/geonode-tests.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
# -------------------------------------------------
77
# BUILD DOCKER IMAGES AND SHARE AS ARTIFACTS
88
# -------------------------------------------------
9-
build_images:
9+
build_and_test:
1010
name: Build and export Docker images
1111
runs-on: ubuntu-24.04
1212

@@ -78,27 +78,3 @@ jobs:
7878
run: docker compose --env-file .env_test -f docker-compose-test.yml down -v
7979
working-directory: ${{ github.workspace }}
8080

81-
82-
83-
84-
85-
# -------------------------------------------------
86-
# CLEANUP JOB: REMOVE ALL ARTIFACTS AT THE END
87-
# -------------------------------------------------
88-
cleanup_artifacts:
89-
name: Cleanup Artifacts
90-
needs:
91-
- geonode_test_suite_smoke
92-
- geonode_test_suite
93-
- geonode_test_security
94-
- geonode_test_gis_backend
95-
- geonode_test_rest_apis
96-
- geonode_test_csw
97-
- geonode_upload
98-
runs-on: ubuntu-24.04
99-
if: always()
100-
steps:
101-
- name: Delete all uploaded artifacts
102-
uses: geekyeggo/delete-artifact@v5
103-
with:
104-
failOnError: false

0 commit comments

Comments
 (0)