Skip to content

Commit 7c13cbf

Browse files
🪲 [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] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 6d8471b commit 7c13cbf

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/PSModule.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
11
Test:
2-
SourceCode:
3-
Windows:
4-
Skip: true
5-
MacOS:
6-
Skip: true
7-
PSModule:
8-
Windows:
9-
Skip: true
10-
MacOS:
11-
Skip: true
12-
Module:
13-
Windows:
14-
Skip: true
15-
MacOS:
16-
Skip: true
17-
TestResults:
18-
Skip: true
192
CodeCoverage:
20-
Skip: true
213
PercentTarget: 50
22-
Build:
23-
Docs:
24-
Skip: true

0 commit comments

Comments
 (0)