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
Add pipeline runtime parameters to test e.g. only pester tests.
If one is only working on Pester tests it is a bit unfortunate that one has also to run the deployment tests.
However, when adding such a parameter we have to make sure a module is still only published if all tests ran (-> Including the deployment tests). This could be achived by adjusting the publish-job condition to only run if 'needs.xzy' is in status succeeded. Thus, if a dependency would be skipped (and hence the status would indicate it as such) the publish would still not run.
The text was updated successfully, but these errors were encountered:
Description
Add pipeline runtime parameters to test e.g. only pester tests.
If one is only working on Pester tests it is a bit unfortunate that one has also to run the deployment tests.
However, when adding such a parameter we have to make sure a module is still only published if all tests ran (-> Including the deployment tests). This could be achived by adjusting the publish-job condition to only run if 'needs.xzy' is in status succeeded. Thus, if a dependency would be skipped (and hence the status would indicate it as such) the publish would still not run.
The text was updated successfully, but these errors were encountered: