Skip to content

Commit

Permalink
alt workspace cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Apr 1, 2024
1 parent 0622c7b commit a415ed4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
steps:

- name: Clean workspace
run: |
rm -rf ./test-indicators/* || true
rm -rf ./test-indicators/.??* || true
rm -rf ./NuGet/* || true
rm -rf ./NuGet/.??* || true
uses: AutoModality/action-clean@v1

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a415ed4

Please sign in to comment.