diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e7fe5ba..2758f49 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -38,11 +38,13 @@ jobs: - shell: pwsh run: | # check the contents of the current dir + echo $env:RUNNER_TEMP + cd $env:RUNNER_TEMP Write-Host "Where are we? [$pwd]" ForEach ($file in Get-ChildItem) { Write-Host "- $($file.Name)" - } + } - shell: pwsh run: |