Skip to content

Commit

Permalink
Show runner temp
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Jul 21, 2023
1 parent d6a0b18 commit 8f741db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8f741db

Please sign in to comment.