Skip to content
Snippets Groups Projects
Commit 8ce67fc7 authored by rhenck's avatar rhenck
Browse files

[CI] Preserve e2e results as artifacts

parent 6965b7cd
No related branches found
No related tags found
No related merge requests found
Pipeline #56162 passed
...@@ -22,6 +22,12 @@ test-e2e: ...@@ -22,6 +22,12 @@ test-e2e:
- nohup npm run start-editor-local & - nohup npm run start-editor-local &
- nohup npm run start-player-local & - nohup npm run start-player-local &
- npm run e2e-headless - npm run e2e-headless
artifacts:
when: always
paths:
- e2e/downloads/**/*.*
- e2e/videos/**/*.mp4
- e2e/screenshots/**/*.png
#deploy: #deploy:
# stage: deploy # stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment