We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3063bb0 commit d701c13Copy full SHA for d701c13
.github/jobs/unit-tests.sh
@@ -42,6 +42,9 @@ cp $ARTIFACTS/unit-tests.xml $DIR/
42
touch ${DIR}/webapp/var/log/test.log
43
cp ${DIR}/webapp/var/log/*.log "$ARTIFACTS"/
44
45
+# Store the unit tests also in the root for the GHA
46
+cp $ARTIFACTS/unit-tests.xml $DIR/
47
+
48
set -e
49
CNT=0
50
THRESHOLD=32
0 commit comments