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 }}