From 2c86d433d61067b8212ea40cd64f4007b8ab4703 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Thu, 21 Aug 2025 12:59:17 -0400 Subject: [PATCH] Update action.yml Co-authored-by: Peter Tripp --- .github/actions/run_tests_windows/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/run_tests_windows/action.yml b/.github/actions/run_tests_windows/action.yml index b7feb62062..75eaedd050 100644 --- a/.github/actions/run_tests_windows/action.yml +++ b/.github/actions/run_tests_windows/action.yml @@ -10,6 +10,10 @@ inputs: runs: using: "composite" steps: + - name: FIXME + shell: powershell + run: Write-Host "$env:LOCALAPPDATA" + - name: Install test runner shell: powershell working-directory: ${{ inputs.working-directory }}