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
This commit adds a hook package to this repository which executes any
pester tests that have been included in a tests folder inside the package.
Package parameters are provided to allow skipping of execution of the pester
tests to allow for other hooks that may be required to run as opposed to using
the global --skip-hooks parameter.
We could leverage Pester tests in a post hook to perform validation that the package did everything correctly, and fail the package if any tests fail.
The text was updated successfully, but these errors were encountered: