We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a2144 commit 7f115f5Copy full SHA for 7f115f5
1 file changed
install/ci-vm/ci-linux/ci/runCI
@@ -128,8 +128,7 @@ if [ -e "${dstDir}/ccextractor" ]; then
128
echo "=== CCExtractor Binary Version ===" >> "${logFile}"
129
./ccextractor --version >> "${logFile}" 2>&1
130
echo "=== End Version Info ===" >> "${logFile}"
131
-
132
+ postStatus "testing" "Running tests"
133
ccextractor_path="$(pwd)/ccextractor"
134
combined_stdout="/tmp/combined_stdout.log"
135
: > "${combined_stdout}"
@@ -190,7 +189,6 @@ WRAPPER_EOF
190
189
done
191
192
sendLogFile
193
- upload_artifact "${logFile}" "test_artifacts/${test_id}/full_output.log"
194
postStatus "completed" "Ran all tests"
195
196
sudo shutdown -h now
0 commit comments