Commit facec71
Simplify CI/publish workflows to mirror psake (#450)
## Summary
- Replace `PesterReports.yml` with a minimal `CI.yml` that delegates
dependency install to `build.ps1 -Bootstrap`, dropping the `PSDepend` +
`psmodulecache` dance and the deprecated `::set-output` syntax
- Simplify `publish.yaml` to rely on `-Bootstrap` instead of the
drift-prone hardcoded module list in `JustinGrote/ModuleFast-action`
- Kept publish as `workflow_dispatch`-only so releases remain deliberate
Both workflows now mirror [psake's
approach](https://github.com/psake/psake/tree/main/.github/workflows):
let `build.ps1` + `requirements.psd1` be the single source of truth for
dependencies.
## Test plan
- [ ] CI workflow runs green on Ubuntu, Windows, macOS for this PR
- [ ] Test-result check appears on the PR via
`EnricoMi/publish-unit-test-result-action`
- [ ] Manually dispatch `Publish Module` from a throwaway branch (or
after merge) to confirm it still pushes to PSGallery
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent d2739ac commit facec71
3 files changed
+66
-88
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | | - | |
| 5 | + | |
4 | 6 | | |
| 7 | + | |
5 | 8 | | |
6 | | - | |
7 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
20 | 16 | | |
21 | 17 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 18 | + | |
0 commit comments