mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +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
|
||||
shell: bash
|
||||
|
||||
- name: Verify executables in PATH on PowerShell for Windows
|
||||
if: runner.os == 'Windows'
|
||||
- name: Verify executables in PATH on PowerShell
|
||||
run: |
|
||||
Get-Command "selene"
|
||||
Get-Command "stylua"
|
||||
|
|
Loading…
Reference in a new issue