You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🩹 [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`](diffhunk://#diff-bc9fc4fcc46bb3f5c486f48b3708cb239d73c94b983b4e72815d093825c94581R134):
Added a step to install the `PSCustomObject` module from the `PSGallery`
repository to streamline module loading in Pester.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
0 commit comments