Skip to content

Commit db82190

Browse files
committed
Remove test artefacts in CI
1 parent c89da69 commit db82190

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
with:
4848
name: extension-${{ matrix.os }}.log
4949
path: test-workspace/hls.log
50+
- name: Delete test artefacts
51+
run: |
52+
tree -a test-workspace/
53+
rm -rf test-workspace/
54+
shell: bash
5055
- name: Package tested extension
5156
if: runner.os == 'Linux'
5257
run: npx vsce package

0 commit comments

Comments
 (0)