Skip to content

Commit

Permalink
Test which logs are there
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 1, 2024
1 parent 8d7b4b6 commit 6a21940
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/jobs/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ if [ $UNITSUCCESS -eq 0 ]; then
else
STATE=failure
fi
cp webapp/var/log/test.log "$ARTIFACTS"/test.log

ls -l ${DIR}/webapp/var/log
cp ${DIR}/webapp/var/log/test.log "$ARTIFACTS"/test.log

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

0 comments on commit 6a21940

Please sign in to comment.