Skip to content

Commit 471c6ff

Browse files
committed
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.
1 parent 3e081ea commit 471c6ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
with:
4949
name: test-videos
5050
path: ./test/videos
51+
- name: Remove release packages and test artifacts
52+
run: |
53+
rm -rf ./release-packages ./test/videos
5154
5255
release:
5356
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)