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 cbe9be7 commit 10ade6eCopy full SHA for 10ade6e
.github/jobs/unit-tests.sh
@@ -43,7 +43,9 @@ THRESHOLD=32
43
if [ $CODECOVERAGE -eq 1 ]; then
44
CNT=$(sed -n '/Generating code coverage report/,$p' "$ARTIFACTS"/phpunit.out | grep -v DoctrineTestBundle | grep -cv ^$)
45
fi
46
-cp webapp/var/log/test.log "$ARTIFACTS"/test.log
+
47
+ls -l ${DIR}/webapp/var/log
48
+cp ${DIR}/webapp/var/log/test.log "$ARTIFACTS"/test.log
49
50
if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then
51
exit 1
0 commit comments