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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: FIXME
|
||||||
|
shell: powershell
|
||||||
|
run: Write-Host "$env:LOCALAPPDATA"
|
||||||
|
|
||||||
- name: Install test runner
|
- name: Install test runner
|
||||||
shell: powershell
|
shell: powershell
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue