File tree Expand file tree Collapse file tree
devops/actions/run-tests/ur Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ runs:
102102 env :
103103 BUILD_DIR : ${{ inputs.build_dir }}
104104 run : |
105+ echo "::group::Prepare test artifacts"
105106 mkdir -p adapter_artifacts
106107
107108 # Copy log file
@@ -115,6 +116,7 @@ runs:
115116 if [ -n "$FOUND_XML" ]; then
116117 cp "$FOUND_XML" adapter_artifacts/adapter_results.xml
117118 fi
119+ echo "::endgroup::"
118120
119121 - name : Upload adapter specific test artifacts
120122 if : ${{ always() && inputs.artifact_name != '' && env.SKIP_ARTIFACTS != '1' }}
Original file line number Diff line number Diff line change 9898 env :
9999 BUILD_DIR : ${{ inputs.build_dir }}
100100 run : |
101+ echo "::group::Prepare test artifacts"
101102 mkdir -p conformance_artifacts
102103
103104 # Copy log file
@@ -116,6 +117,7 @@ runs:
116117 cp "$FOUND_XML" conformance_artifacts/conformance_results.xml
117118 fi
118119 fi
120+ echo "::endgroup::"
119121
120122 - name : Upload conformance test artifacts
121123 if : ${{ always() && inputs.artifact_name != '' }}
You can’t perform that action at this time.
0 commit comments