We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611fcc7 commit 55f8a21Copy full SHA for 55f8a21
action.yml
@@ -91,10 +91,10 @@ runs:
91
- name: Get test paths
92
shell: pwsh
93
id: paths
94
+ working-directory: ${{ inputs.WorkingDirectory }}
95
env:
96
PSMODULE_TEST_PSMODULE_INPUT_Name: ${{ inputs.Name }}
97
PSMODULE_TEST_PSMODULE_INPUT_Settings: ${{ inputs.Settings }}
- PSMODULE_TEST_PSMODULE_INPUT_WorkingDirectory: ${{ inputs.WorkingDirectory }}
98
run: |
99
# Get test paths
100
${{ github.action_path }}/scripts/main.ps1
0 commit comments