Skip to content

Commit 10ade6e

Browse files
committed
Test which logs are there
1 parent cbe9be7 commit 10ade6e

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
@@ -43,7 +43,9 @@ THRESHOLD=32
4343
if [ $CODECOVERAGE -eq 1 ]; then
4444
CNT=$(sed -n '/Generating code coverage report/,$p' "$ARTIFACTS"/phpunit.out | grep -v DoctrineTestBundle | grep -cv ^$)
4545
fi
46-
cp webapp/var/log/test.log "$ARTIFACTS"/test.log
46+
47+
ls -l ${DIR}/webapp/var/log
48+
cp ${DIR}/webapp/var/log/test.log "$ARTIFACTS"/test.log
4749

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

0 commit comments

Comments
 (0)