mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
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
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -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 a new issue