Skip to content

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Apr 14:13
· 5 commits to main since this release
c568915

Description

This pull request simplifies the PSModule.Tests.ps1 script by removing unnecessary logging groups within the test cases which would autoload GitHub and its dependencies, breaking on tests for its dependencies (Sodium, Uri, CaseStyle, etc.).

Simplification of test cases:

  • Removed LogGroup blocks from the Module Manifest exists and Module Manifest is valid tests.

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