mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
Test executables in PATH on PowerShell for Windows only
This commit is contained in:
parent
e69273aef2
commit
15bb8d4ec1
1 changed files with 2 additions and 1 deletions
3
.github/actions/test/action.yml
vendored
3
.github/actions/test/action.yml
vendored
|
@ -39,7 +39,8 @@ runs:
|
|||
fi
|
||||
shell: bash
|
||||
|
||||
- name: Verify executables in PATH on Powershell
|
||||
- name: Verify executables in PATH on PowerShell for Windows
|
||||
if: runner.os == "Windows"
|
||||
run: |
|
||||
Get-Command "selene"
|
||||
Get-Command "stylua"
|
||||
|
|
Loading…
Reference in a new issue