Commit 619d5c5
authored
🧪 Test: Important file changes detection feature (#18)
## Summary
This PR tests the new important file changes detection feature in
`Get-PSModuleSettings`.
## What's being tested
The workflow chain:
- `MariusTestModule` → `Process-PSModule@test/important-file-changes` →
`Get-PSModuleSettings@feature/important-file-changes`
## Expected behavior
Since this PR only changes `.github/workflows/Process-PSModule.yml`
(which is in the important files list), the build/test stages **should
run**.
Important files that trigger build/test:
- `.github/workflows/Process-PSModule.yml` ✓ (changed in this PR)
- `src/**`
- `examples/**`
- `README.md`
## Verification
Check the workflow run logs for:
1. "Check for Important File Changes" log group
2. `HasImportantChanges: True` in the output
3. Build and test jobs should run1 parent ad0ba16 commit 619d5c5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
0 commit comments