From fcd6610c4a5774595ab5af7c51dac0d034fd4e30 Mon Sep 17 00:00:00 2001 From: ok-nick Date: Thu, 3 Aug 2023 11:35:25 -0400 Subject: [PATCH] ci: run PowerShell test on all platforms --- .github/actions/test/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 45e6a36..9828309 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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"