Update action.yml
Co-authored-by: Peter Tripp <petertripp@gmail.com>
This commit is contained in:
parent
4ae0555d59
commit
2c86d433d6
1 changed files with 4 additions and 0 deletions
4
.github/actions/run_tests_windows/action.yml
vendored
4
.github/actions/run_tests_windows/action.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue