diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index df79aaa..8f82d17 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -121,7 +121,7 @@ jobs: Write-Host "Fake step that does nothing" Write-Host "We need it because log from the previous step 'Setup ${{ inputs.tool-name }}' is not available here yet." Write-Host "In testing step we analyze build log of 'Setup ${{ inputs.tool-name }}' task" - Write-Host "to determine if ${{ inputs.tool-name }} version was consumed from cache and was downloaded" + Write-Host "to determine if ${{ inputs.tool-name }} version was consumed from cache or if it was downloaded" for ($i = 0; $i -lt 200; $i++) { Get-Random } - name: Run tests