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

fix github actions

parent f8c0c461
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,12 @@ jobs:
- name: run pptr tests - ${{ env.ATLAS_URL }}
run: |
docker exec --env ATLAS_URL=${ATLAS_URL} -t -w /iav ${DOCKER_E2E_PPTR} npm run e2e
- name: cleanup, stop container ${{ env.DOCKER_CONTAINER_NAME }}
- name: cleanup, stop container ${{ env.DOCKER_CONTAINER_NAME }} && ${{ env.DOCKER_E2E_PPTR }}
if: success()
run: |
docker stop ${DOCKER_CONTAINER_NAME}
docker stop ${DOCKER_E2E_PPTR}
- 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