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 2e51f61 commit 7dfa543Copy full SHA for 7dfa543
.github/jobs/unit-tests.sh
@@ -33,7 +33,7 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
33
pcov="--coverage-html=${DIR}/coverage-html --coverage-clover coverage.xml"
34
fi
35
set +e
36
-php $phpcov webapp/bin/phpunit -c webapp/phpunit.xml.dist webapp/tests/$unittest --log-junit ${DIR}/unit-tests.xml --colors=never $pcov > "$ARTIFACTS"/phpunit.out
+php $phpcov webapp/bin/phpunit -c webapp/phpunit.xml.dist webapp/tests/$unittest --log-junit ${ARTIFACTS}/unit-tests.xml --colors=never $pcov > "$ARTIFACTS"/phpunit.out
37
UNITSUCCESS=$?
38
set -e
39
CNT=0
0 commit comments