Skip to content

🌟 [Major: Bump Invoke-Pester to v4 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2025
Merged

🌟 [Major: Bump Invoke-Pester to v4 #15

merged 1 commit into from
Mar 9, 2025

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Mar 9, 2025

Description

This pull request includes updates to the action.yml file, bumping the version of the Ìnvoke-Pester` action and adjusting inputs to the updated version.

Step Summary Configuration Changes:

  • 🌟 Removed the StepSummary_Enabled input to simplify the configuration options.
  • Introduced the StepSummary_Mode input to control which tests to show in the GitHub step summary, replacing the StepSummary_ShowTests input.
  • Changed the default value of StepSummary_ShowTestOverview to false to align with the new configuration approach.

Pester Module Update:

  • Updated the Pester module usage from version 3 to version 4 to ensure compatibility with the latest features and improvements.

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

… input and replace StepSummary_ShowTests with StepSummary_Mode
@MariusStorhaug MariusStorhaug self-assigned this Mar 9, 2025
@Copilot Copilot AI review requested due to automatic review settings March 9, 2025 19:37
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This pull request updates the GitHub Action configuration by streamlining the step summary inputs and bumping the Invoke-Pester module from v3 to v4.

  • Removed the redundant StepSummary_Enabled input.
  • Replaced StepSummary_ShowTests with the new StepSummary_Mode input to control test summaries.
  • Upgraded the Invoke-Pester usage to v4 for improved compatibility.

Reviewed Changes

File Description
action.yml Modified input configurations and updated Pester module version

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

action.yml:265

  • Ensure that the upgrade to Invoke-Pester v4 is fully compatible with the existing configuration and scripts, as the new version may introduce breaking changes compared to v3.
uses: PSModule/Invoke-Pester@v4

@MariusStorhaug MariusStorhaug changed the title 🩹 [Patch]: Bump Invoke-Pester to v4 🌟 [Major: Bump Invoke-Pester to v4 Mar 9, 2025
@MariusStorhaug MariusStorhaug merged commit bbe66b8 into main Mar 9, 2025
16 checks passed
@MariusStorhaug MariusStorhaug deleted the bumpPester branch March 9, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant