diff --git a/.azuredevops/components/rocprofiler-systems.yml b/.azuredevops/components/rocprofiler-systems.yml index bb152c54b..4b81ff128 100644 --- a/.azuredevops/components/rocprofiler-systems.yml +++ b/.azuredevops/components/rocprofiler-systems.yml @@ -255,6 +255,12 @@ jobs: targetType: inline script: ls -lR $(Agent.BuildDirectory)/s workingDirectory: $(Agent.BuildDirectory)/s + - task: Bash@3 + displayName: Find tests + inputs: + targetType: inline + script: find $(Agent.BuildDirectory)/s -name '*test*' + workingDirectory: $(Agent.BuildDirectory)/s - task: Bash@3 displayName: Set up rocprofiler-systems env inputs: