We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f741c1e commit aaf62a2Copy full SHA for aaf62a2
action.yml
@@ -19,11 +19,6 @@ inputs:
19
required: false
20
default: ${{ github.workspace }}/.github/linters/.powershell-psscriptanalyzer.psd1
21
22
-outputs:
23
- passed:
24
- description: If the tests passed.
25
- value: ${{ steps.test.outputs.Passed }}
26
-
27
runs:
28
using: composite
29
steps:
@@ -38,7 +33,7 @@ runs:
38
33
Script: ${{ github.action_path }}/scripts/main.ps1
39
34
40
35
- name: Invoke-Pester
41
- uses: PSModule/Invoke-Pester@v2
36
+ uses: PSModule/Invoke-Pester@v3
42
37
id: test
43
env:
44
Settings: ${{ fromJson(steps.paths.outputs.result).Settings }}
0 commit comments