Skip to content
Snippets Groups Projects
Commit 9997d1b9 authored by Xiao Gui's avatar Xiao Gui
Browse files

debug github e2e

parent 5efdb2f5
No related branches found
No related tags found
No related merge requests found
......@@ -56,4 +56,7 @@ jobs:
TEST_URL: http://localhost:3001
- name: cleanup, stop container ${{ env.DOCKER_CONTAINER_NAME }}
if: always()
run: docker stop ${DOCKER_CONTAINER_NAME} && docker rmi ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}
run: docker stop ${DOCKER_CONTAINER_NAME}
-name: cleanup, remove image ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_IMAGE_TAG }}
if: success()
run: docker rmi ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment