From 71f0d4bd0729544314c568e7c876323fc7a64d70 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Wed, 3 Feb 2021 15:34:01 +0300 Subject: [PATCH] Debug --- .github/workflows/workflow.yml | 2 +- __tests__/{clear-toolcache.ps1 => clear-installed-dotnet.ps1} | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) rename __tests__/{clear-toolcache.ps1 => clear-installed-dotnet.ps1} (97%) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 35a8336..4cede84 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v2 - name: Clear toolcache shell: pwsh - run: __tests__/clear-toolcache.ps1 ${{ runner.os }} + run: __tests__/clear-installed-dotnet.ps1 ${{ runner.os }} # - name: Clear tool cache (macOS) # if: runner.os == 'macos' # run: | diff --git a/__tests__/clear-toolcache.ps1 b/__tests__/clear-installed-dotnet.ps1 similarity index 97% rename from __tests__/clear-toolcache.ps1 rename to __tests__/clear-installed-dotnet.ps1 index 82a9629..2cbfc1d 100644 --- a/__tests__/clear-toolcache.ps1 +++ b/__tests__/clear-installed-dotnet.ps1 @@ -1,5 +1,3 @@ -Write-Host $args[0] - $os = $args[0] $linuxDotnetPaths = @("/usr/share/dotnet", "$env:HOME/.dotnet")