@@ -618,7 +618,7 @@ jobs:
618618prepare-task ::benchmarks:performance-poetry:complex-poetry:prepareDebugAndroidTestArtifacts
619619test-task ::benchmarks:performance-poetry:complex-poetry:connectedCheck --continue
620620restore-cache-key :androidTest-build-artifacts
621- failure-path-upload :' **/build/reports/tests/*[tT]est '
621+ failure-path-upload :' **/build/reports/androidTests/connected '
622622failure-upload-name :' perf-tests-report'
623623
624624instrumentation-tests :
@@ -647,7 +647,7 @@ jobs:
647647test-task :connectedCheckShard${{matrix.shardNum}} -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedCheck
648648write-cache-key :androidTest-build-artifacts-${{matrix.shardNum}}
649649restore-cache-key :main-build-artifacts
650- failure-path-upload :' **/build/reports/tests/*[tT]est '
650+ failure-path-upload :' **/build/reports/androidTests/connected '
651651failure-upload-name :core-tests-report-${{matrix.shardNum}}
652652
653653runtime-instrumentation-tests :
@@ -677,7 +677,7 @@ jobs:
677677test-task :connectedCheckShard${{matrix.shardNum}} -Pworkflow.runtime=${{matrix.runtime}} -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedCheck
678678write-cache-key :androidTest-build-artifacts-${{matrix.shardNum}}-${{matrix.runtime}}
679679restore-cache-key :main-build-artifacts
680- failure-path-upload :' **/build/reports/tests/*[tT]est '
680+ failure-path-upload :' **/build/reports/androidTests/connected '
681681failure-upload-name :core-tests-report-${{matrix.runtime}}-${{matrix.shardNum}}
682682
683683all-green :