Skip to content

Commit fed0fcc

Browse files
Add custom action test configuration and remove unused settings file path
1 parent bda02e5 commit fed0fcc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/Action-Test-Src-Default.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ jobs:
2121
TestType: Src-Default
2222
Path: tests/srcTestRepo/src
2323
Settings: SourceCode
24+
25+
ActionTestCustom:
26+
uses: ./.github/workflows/ActionTestWorkflow.yml
27+
with:
28+
TestType: Src-Default-Custom
29+
Path: tests/srcTestRepo/src
30+
Settings: Custom
31+
SettingsFilePath: tests/srcTestRepo/tests/Custom.Settings.psd1

.github/workflows/Action-Test-outputs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ jobs:
2121
TestType: outputs
2222
Path: tests/outputTestRepo/outputs/modules/PSModuleTest
2323
Settings: Module
24-
SettingsFilePath:

0 commit comments

Comments
 (0)