generated from PSModule/Template-Action
-
Notifications
You must be signed in to change notification settings - Fork 0
🌟 [Major]: Cleanup outputs + Bump and align with Invoke-Pester@v3
#3
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
Conversation
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
…cessary suppression attribute
…ettings file path
…ettings file path
…ts for improved clarity
…enhance visibility
…nalyzer tests for improved clarity and logging
…mproved readability
…tests for enhanced verbosity and clarity
… improved clarity and functionality
…ability and organization
… scoping and clarity
…dling and clarity
…ed variable scope and clarity
…olution and clarity
…formatting in PSScriptAnalyzer tests
…s reporting and improved error handling
… for output variable assignments
…les for output handling
…gregation and add a new script for result processing
…Get-AggregatedStatus.ps1
… Actions configuration
…w and specific test files from analysis
…t filter regex for exclusion
Invoke-Pester@v3
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 introduces significant changes to the GitHub Actions workflows and some configuration files. The main objective is to consolidate multiple workflow files into a single file and update the configurations accordingly. Here are the most important changes:
The action itself
action.yml
:PSModule/Invoke-Pester@v3
instead ofPSModule/Invoke-Pester@v2
outputs
section🌟.Consolidation of Workflows
.github/workflows/Action-Test.yml
: Added a new workflow file that consolidates multiple workflows into one, handling different test types such asSrc-SourceCode
,Src-Custom
,Src-WithManifest
, andoutputs
. This file also includes a new jobCatchJob
to aggregate the status of all tests.Removal of Redundant Workflow Files:
Action-Test.yml
.github/workflows/Action-Test-Src-Default-Custom.yml
.github/workflows/Action-Test-Src-Default.yml
.github/workflows/Action-Test-Src-WithManifest.yml
.github/workflows/Action-Test-outputs.yml
Test and Script Updates
scripts/tests/PSScriptAnalyzer/PSScriptAnalyzer.Tests.ps1
:SuppressMessageAttribute
for theSet-PSModuleTest
function intests/srcWithManifestTestRepo/src/functions/public/SomethingElse/Set-PSModuleTest.ps1
.Type of change
Checklist