-
Notifications
You must be signed in to change notification settings - Fork 59
Fix the test matrix #133
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
Fix the test matrix #133
Conversation
It turns out that zyborg/pester-tests-report can't do Pester 4 so ... I upgraded all the tests to Pester 5 |
Worse. It turns out the zyborg/pester-tests-report can't handle how big our test report would be. Ugh. However, on top of that the |
eba63de
to
c64711d
Compare
OK. It took me a lot longer to figure that out than I would have liked, and too many attempts to fix it, but it turns out the problem with the test matrix was basically the fact that we use ModuleBuilder to build ModuleBuilder. In the main build we use Invoke-Build and are very careful to import the right module for testing, but in the test matrix the tests were running against the installed copy instead of the newly built version. |
Remove outdated github actions