We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8270234 commit 04ab2b7Copy full SHA for 04ab2b7
action.yml
@@ -9,7 +9,6 @@ inputs:
9
Path:
10
description: The path to the code to test.
11
required: false
12
- default: '.'
13
Settings:
14
description: The type of tests to run. Can be either 'Module', 'SourceCode' or 'Custom'.
15
@@ -57,7 +56,8 @@ runs:
57
56
Script: ${{ github.action_path }}/scripts/main.ps1
58
59
- name: Invoke-Pester
60
- uses: PSModule/Invoke-Pester@v3
+ # uses: PSModule/Invoke-Pester@v3
+ uses: PSModule/Invoke-Pester@fixCOntainerEval
61
id: test
62
env:
63
Settings: ${{ fromJson(steps.paths.outputs.result).Settings }}
0 commit comments