Stucco
Stucco copied to clipboard
[Github Action] PSDepends Requires Pester 3.1.1 by GH has 3.5.5 available
Description If you commit the initial module generated by Stucco, the Github Action for CI fails because it can't load Pester.
Fix after changing it to 5.3.3:
Steps to Reproduce
- Create new module
- Create repo and commit code unchanged
- Watch CI job fail on Windows and Mac (e.g. https://github.com/HeyItsGilbert/TunnelGoons/actions/runs/2593549732
- Update
requirements.psd1
to use Pester 5.3.3. - Watch is succeed (e.g. https://github.com/HeyItsGilbert/TunnelGoons/actions/runs/2593629739)
Current Behavior
The CI.yaml
job fails in Github.
Expected behavior
The CI.yaml
job succeeds on Github with the initial version of the module.
Possible Solution
Update requirements.psd1
to use Pester 5.3.3