Skip to content

Commit 04ab2b7

Browse files
Update action.yml to remove default Path value and change Invoke-Pester action reference
1 parent 8270234 commit 04ab2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ inputs:
99
Path:
1010
description: The path to the code to test.
1111
required: false
12-
default: '.'
1312
Settings:
1413
description: The type of tests to run. Can be either 'Module', 'SourceCode' or 'Custom'.
1514
required: false
@@ -57,7 +56,8 @@ runs:
5756
Script: ${{ github.action_path }}/scripts/main.ps1
5857

5958
- name: Invoke-Pester
60-
uses: PSModule/Invoke-Pester@v3
59+
# uses: PSModule/Invoke-Pester@v3
60+
uses: PSModule/Invoke-Pester@fixCOntainerEval
6161
id: test
6262
env:
6363
Settings: ${{ fromJson(steps.paths.outputs.result).Settings }}

0 commit comments

Comments
 (0)