Skip to content

Commit fc5bc6f

Browse files
📖 [Docs]: Reference isolated module artifacts
1 parent 5d4447e commit fc5bc6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/plugin/psmodule/skills/psmodule-pester-migration

.github/plugin/psmodule/skills/psmodule-pester-migration/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ For every consumer repository, trace and record these surfaces before editing:
157157
| Surface | Framework contract to verify | Migration check |
158158
| --- | --- | --- |
159159
| `PSModule/Invoke-Pester` | Installs/runs Pester and emits per-suite JSON results and coverage artifacts | Pin/verify Pester 6.1.0, map all inputs to v6 configuration, preserve suite names |
160-
| `Test-PSModule` action | Selects `tests/Module` or `tests/SourceCode`, resolves `outputs/module` or `src`, and passes paths to `Invoke-Pester` | Confirm path selection, exclusions, module state, and test extension |
160+
| `Test-PSModule` action | Selects `tests/Module` or `tests/SourceCode`, resolves `.PSModule/module` or `src`, and passes paths to `Invoke-Pester` | Confirm path selection, exclusions, module state, and test extension |
161161
| Module-local workflow | Downloads the built module, exposes `TestData`, imports the module, then runs module tests | Tests consume the prepared module; no hidden fallback import |
162162
| Source-code workflow | Runs source tests against the checked-out `src` path | Record how source functions/classes are loaded and which fixtures are explicit |
163163
| `BeforeAll-ModuleLocal` | Runs exact root `tests/BeforeAll.ps1` once before module-local jobs | Put shared services/data here only when every matrix job needs them |

0 commit comments

Comments
 (0)