Fix typo in e2e test

This commit is contained in:
Nikolai Laevskii 2023-09-04 05:49:20 +02:00
parent f44ad15e92
commit 9191e7ea2f

View File

@ -493,7 +493,7 @@ jobs:
uses: actions/checkout@v3
- name: Clear toolcache
shell: pwsh
run: __tests__/clear-toolcache.sh ${{ runner.os }}
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
- name: Setup dotnet (first)
uses: ./
with: