mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
ci: run PowerShell test on all platforms
This commit is contained in:
parent
8b8ed57afd
commit
fcd6610c4a
1 changed files with 1 additions and 2 deletions
3
.github/actions/test/action.yml
vendored
3
.github/actions/test/action.yml
vendored
|
@ -40,8 +40,7 @@ runs:
|
||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Verify executables in PATH on PowerShell for Windows
|
- name: Verify executables in PATH on PowerShell
|
||||||
if: runner.os == 'Windows'
|
|
||||||
run: |
|
run: |
|
||||||
Get-Command "selene"
|
Get-Command "selene"
|
||||||
Get-Command "stylua"
|
Get-Command "stylua"
|
||||||
|
|
Loading…
Reference in a new issue