Commit 7c13cbf
authored
🪲 [Fix]: Remove unnecessary skip configurations from PSModule.yml (#473)
## Description
This pull request removes unnecessary test configurations and build
settings from the `.github/PSModule.yml` file, streamlining the CI/CD
pipeline.
Streamlining CI/CD pipeline:
*
[`.github/PSModule.yml`](diffhunk://#diff-928165ed381f1982eb8f9746a59a2829db4abc8a28eddb8c109e12bb033ff96aL2-L24):
Removed multiple test configurations (`SourceCode`, `PSModule`,
`Module`, and `TestResults`) and build settings (`Docs`) that were set
to be skipped, simplifying the file.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent 6d8471b commit 7c13cbf
1 file changed
+0
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 2 | | |
20 | | - | |
21 | 3 | | |
22 | | - | |
23 | | - | |
24 | | - | |
0 commit comments