Merged
Conversation
… input and replace StepSummary_ShowTests with StepSummary_Mode
Contributor
There was a problem hiding this comment.
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
Invoke-Pester to v4Invoke-Pester to v4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request includes updates to the
action.ymlfile, bumping the version of the Ìnvoke-Pester` action and adjusting inputs to the updated version.Step Summary Configuration Changes:
StepSummary_Enabledinput to simplify the configuration options.StepSummary_Modeinput to control which tests to show in the GitHub step summary, replacing theStepSummary_ShowTestsinput.StepSummary_ShowTestOverviewtofalseto align with the new configuration approach.Pester Module Update:
Type of change
Checklist