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

bugfix: uplaod artefacts

parent 8cf27168
No related branches found
No related tags found
No related merge requests found
......@@ -74,11 +74,12 @@ jobs:
if: success()
run: |
docker exec --env ATLAS_URL=${ATLAS_URL} -t -w /iav ${DOCKER_E2E_PPTR} npm run e2e -- --specs ./e2e/screenshots/gen.js
docker cp ${DOCKER_E2E_PPTR}:/iav/docs/autogen_images ./autogen_images
- uses: actions/upload-artifact@v1
if: success()
with:
name: screenshots-${{ github.sha }}
path: /iav/docs/autogen_images
path: ./autogen_images
- name: cleanup, stop container ${{ env.DOCKER_CONTAINER_NAME }} && ${{ env.DOCKER_E2E_PPTR }}
if: success()
run: |
......
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