Commit 06da98a
authored
Added placeholder settings for fast iteration (#8)
## Description
This pull request adds configuration options to the
`.github/PSModule.yml` file to allow skipping various test and build
steps. These changes make it easier to customize which checks and builds
are run in CI.
Configuration changes for skipping steps:
* Added options to skip test results, source code checks, and PowerShell
module checks in the `Test` section.
* Added options to skip Windows and MacOS module checks under the
`Module` section.
* Added an option to skip documentation builds in the `Build` section.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 79b00a2 commit 06da98a
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments