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