Skip to content

Commit

Permalink
Merge pull request meteor#13594 from meteor/feat/add-cleanup-step
Browse files Browse the repository at this point in the history
Add cleanup step for windows workflow
  • Loading branch information
nachocodoner authored Jan 31, 2025
2 parents f989a9c + b831f43 commit f6b6ae8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/meteor-selftest-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
cancel-in-progress: true

steps:
- name: cleanup
shell: powershell
run: Remove-Item -Recurse -Force ${{ github.workspace }}\*

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit f6b6ae8

Please sign in to comment.