Skip to content

Commit

Permalink
ci: remove vsix file generated by the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Apr 12, 2024
1 parent de3c810 commit 65d4fa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
run: |
xvfb-run -a npm run test
- name: Clean test artifacts
run: |
rm *.vsix
- name: Stop Registry
run: |
docker stop "$REGISTRY_CID"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
xvfb-run -a npm run test
- name: Clean test artifacts
run: |
rm *.vsix
- name: Stop Registry
run: |
docker stop "$REGISTRY_CID"
Expand Down

0 comments on commit 65d4fa6

Please sign in to comment.