From 15bb8d4ec1568153c12472311209551e7974e4ee Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:21:49 -0400 Subject: [PATCH] Test executables in PATH on PowerShell for Windows only --- .github/actions/test/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 7eebf44..9e0daa5 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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"