v4.0.3
🩹 [Patch]: Add installation of PSCustomObject on Test-ModuleLocal (#166)
Description
This pull request updates the .github/workflows/Test-ModuleLocal.yml file to optimize module loading during Pester tests by installing a required PowerShell resource.
Workflow optimization:
.github/workflows/Test-ModuleLocal.yml: Added a step to install thePSCustomObjectmodule from thePSGalleryrepository to streamline module loading in Pester.
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas