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
## 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
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [x] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
0 commit comments