File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments