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 10ade6e commit d8e13ceCopy full SHA for d8e13ce
.github/jobs/unit-tests.sh
@@ -44,7 +44,8 @@ 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
47
-ls -l ${DIR}/webapp/var/log
+# Make sure the log exists before copy
48
+touch ${DIR}/webapp/var/log/test.log
49
cp ${DIR}/webapp/var/log/test.log "$ARTIFACTS"/test.log
50
51
if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then
0 commit comments