File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed
Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,6 @@ jobs:
103103 ARTIFACT_NAME=${ARTIFACT_NAME//\*/x} # replace * with x
104104 echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
105105
106- - name : Merge Jacoco SingleTest Artifacts
107- run : |
108- chown $(whoami) target/jacoco.exec
109- mvn jacoco:merge
110-
111-
112106 - name : Save Java Test Coverage as Artifact
113107 uses : actions/upload-artifact@v4
114108 with :
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export MAVEN_OPTS="-Xmx512m"
3131log=" /tmp/sysdstest.log"
3232mvn -ntp -B test-compile 2>&1 | grep -E " BUILD|Total time:|---|Building SystemDS"
3333mvn -ntp -B test -D maven.test.skip=false -D automatedtestbase.outputbuffering=true -D test=$1 2>&1 | grep -v " already exists in destination." | tee $log
34+ mvn -ntp -B jacoco:merge
3435
3536grep_args=" SUCCESS"
3637grepvals=" $( tail -n 100 $log | grep $grep_args ) "
Original file line number Diff line number Diff line change 1919#
2020# -------------------------------------------------------------
2121
22- FROM ubuntu:24.04
22+ FROM ubuntu:24.04@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233
2323
2424WORKDIR /usr/src/
2525
Original file line number Diff line number Diff line change 1919#
2020# -------------------------------------------------------------
2121
22- FROM ubuntu:24.04
22+ FROM ubuntu:24.04@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233
2323
2424
2525WORKDIR /usr/src/
You can’t perform that action at this time.
0 commit comments