Archived
1
0

fix: update path for e2e videos

This commit is contained in:
Joe Previte
2021-04-14 12:03:47 -07:00
parent c9fa931a0b
commit d6f0725399
4 changed files with 15 additions and 18 deletions

View File

@ -350,11 +350,11 @@ jobs:
if: always()
uses: actions/upload-artifact@v2
with:
name: test-videos
path: ./test/e2e/videos
name: failed-test-videos
path: ./test/test-results
- name: Remove release packages and test artifacts
run: rm -rf ./release-packages ./test/e2e/videos
run: rm -rf ./release-packages ./test/test-results
docker-amd64:
runs-on: ubuntu-latest