Skip to content

v4.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 23:00
· 3 commits to main since this release
0de5aa6

🩹 [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 the PSCustomObject module from the PSGallery repository 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