Skip to content

Commit 7dfa543

Browse files
committed
Store the output with the rest of the artifacts
1 parent 2e51f61 commit 7dfa543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
3333
pcov="--coverage-html=${DIR}/coverage-html --coverage-clover coverage.xml"
3434
fi
3535
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
36+
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
3737
UNITSUCCESS=$?
3838
set -e
3939
CNT=0

0 commit comments

Comments
 (0)