diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6b74d3..0acaa15 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: with: installDir: 'c:\Program Files\Parasoft\dotTEST\2024.2' # Path to solution(s) to be analyzed. Specify multiple times to analyze many solutions. Supports ANT-style wildcards. - solution: 'C:\dotTEST\Examples_2024.2.0.1586\NET Framework\VS2022\SourceCode\BankExample\BankExample.sln' + solution: .\BankExample\BankExample.sln showsettings: true property: scope.scontrol.files.filter.mode=branch; scope.scontrol.ref.branch=origin/main; scope.scontrol=true;scontrol.rep1.type=git; scontrol.rep1.git.url=${{ github.server_url }}/${{ github.repository }}; scontrol.rep1.git.workspace=${{ github.workspace }}; scontrol.git.exec=C:\Program Files\Git\bin\git.exe # An URL of test configuration to be used for analysis