Skip to content

Commit 6a21940

Browse files
committed
Test which logs are there
1 parent 8d7b4b6 commit 6a21940

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/jobs/unit-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ if [ $UNITSUCCESS -eq 0 ]; then
5151
else
5252
STATE=failure
5353
fi
54-
cp webapp/var/log/test.log "$ARTIFACTS"/test.log
54+
55+
ls -l ${DIR}/webapp/var/log
56+
cp ${DIR}/webapp/var/log/test.log "$ARTIFACTS"/test.log
5557

5658
if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then
5759
exit 1

0 commit comments

Comments
 (0)