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 8d7b4b6 commit 6a21940Copy full SHA for 6a21940
.github/jobs/unit-tests.sh
@@ -51,7 +51,9 @@ if [ $UNITSUCCESS -eq 0 ]; then
51
else
52
STATE=failure
53
fi
54
-cp webapp/var/log/test.log "$ARTIFACTS"/test.log
+
55
+ls -l ${DIR}/webapp/var/log
56
+cp ${DIR}/webapp/var/log/test.log "$ARTIFACTS"/test.log
57
58
if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then
59
exit 1
0 commit comments