File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 - name : Verify generated artifacts remain isolated
8080 shell : pwsh
8181 run : |
82+ $runnerOsExpression = '$' + '{{ runner.os }}'
8283 $expectedAnalyzerReportPaths = @{
83- '.github/workflows/Test-Module.yml' = ' TestResult_OutputPath: .PSModule/TestResult/PSModuleLint-Module-${{ runner.os }} -TestResult-Report.xml'
84- '.github/workflows/Lint-SourceCode.yml' = ' TestResult_OutputPath: .PSModule/TestResult/PSModuleLint-SourceCode-${{ runner.os }} -TestResult-Report.xml'
84+ '.github/workflows/Test-Module.yml' = " TestResult_OutputPath: .PSModule/TestResult/PSModuleLint-Module-$runnerOsExpression -TestResult-Report.xml"
85+ '.github/workflows/Lint-SourceCode.yml' = " TestResult_OutputPath: .PSModule/TestResult/PSModuleLint-SourceCode-$runnerOsExpression -TestResult-Report.xml"
8586 }
8687
8788 foreach ($workflowPath in $expectedAnalyzerReportPaths.Keys) {
You can’t perform that action at this time.
0 commit comments