File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -89,19 +89,15 @@ runs:
8989 uses : PSModule/Install-PSModuleHelpers@v1
9090
9191 - name : Get test paths
92- uses : PSModule/Github-Script@v1
92+ shell : pwsh
9393 id : paths
9494 env :
9595 PSMODULE_TEST_PSMODULE_INPUT_Name : ${{ inputs.Name }}
9696 PSMODULE_TEST_PSMODULE_INPUT_Settings : ${{ inputs.Settings }}
9797 PSMODULE_TEST_PSMODULE_INPUT_WorkingDirectory : ${{ inputs.WorkingDirectory }}
98- with :
99- Debug : ${{ inputs.Debug }}
100- Prerelease : ${{ inputs.Prerelease }}
101- Verbose : ${{ inputs.Verbose }}
102- Version : ${{ inputs.Version }}
103- WorkingDirectory : ${{ inputs.WorkingDirectory }}
104- Script : ${{ github.action_path }}/scripts/main.ps1
98+ run : |
99+ # Get test paths
100+ ${{ github.action_path }}/scripts/main.ps1
105101
106102 - name : Invoke-Pester
107103 uses : PSModule/Invoke-Pester@v4
You can’t perform that action at this time.
0 commit comments