File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 Path : src
3636 WorkingDirectory : ${{ fromJson(inputs.Settings).WorkingDirectory }}
3737 TestResult_Enabled : true
38- TestResult_OutputPath : ${{ fromJson(inputs.Settings).WorkingDirectory }}/ .PSModule/TestResult/PSModuleLint-SourceCode-${{ runner.os }}-TestResult-Report.xml
38+ TestResult_OutputPath : .PSModule/TestResult/PSModuleLint-SourceCode-${{ runner.os }}-TestResult-Report.xml
3939 TestResult_TestSuiteName : PSModuleLint-SourceCode-${{ runner.os }}
4040
4141 - name : Verify analyzer report location
Original file line number Diff line number Diff line change 7979 Verbose : ${{ fromJson(inputs.Settings).Verbose }}
8080 WorkingDirectory : ${{ fromJson(inputs.Settings).WorkingDirectory }}
8181 TestResult_Enabled : true
82- TestResult_OutputPath : ${{ fromJson(inputs.Settings).WorkingDirectory }}/ .PSModule/TestResult/PSModuleLint-Module-${{ runner.os }}-TestResult-Report.xml
82+ TestResult_OutputPath : .PSModule/TestResult/PSModuleLint-Module-${{ runner.os }}-TestResult-Report.xml
8383 TestResult_TestSuiteName : PSModuleLint-Module-${{ runner.os }}
8484
8585 - name : Verify analyzer report location
Original file line number Diff line number Diff line change 8080 shell : pwsh
8181 run : |
8282 $expectedAnalyzerReportPaths = @{
83- '.github/workflows/Test-Module.yml' = 'TestResult_OutputPath: ${{ fromJson(inputs.Settings).WorkingDirectory }}/ .PSModule/TestResult/PSModuleLint-Module-${{ runner.os }}-TestResult-Report.xml'
84- '.github/workflows/Lint-SourceCode.yml' = 'TestResult_OutputPath: ${{ fromJson(inputs.Settings).WorkingDirectory }}/ .PSModule/TestResult/PSModuleLint-SourceCode-${{ runner.os }}-TestResult-Report.xml'
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'
8585 }
8686
8787 foreach ($workflowPath in $expectedAnalyzerReportPaths.Keys) {
You can’t perform that action at this time.
0 commit comments