fix(ci): remove release and test artifacts as a step
This adds a step to remove both the release packages and the test artifacts as a step at the end of test in ci.yaml.
This commit is contained in:
parent
3e081ea66c
commit
471c6ffd39
|
@ -48,6 +48,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: test-videos
|
name: test-videos
|
||||||
path: ./test/videos
|
path: ./test/videos
|
||||||
|
- name: Remove release packages and test artifacts
|
||||||
|
run: |
|
||||||
|
rm -rf ./release-packages ./test/videos
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue