aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-12-28 18:32:45 +0100
committerHarald Eilertsen <haraldei@anduin.net>2023-12-28 18:32:45 +0100
commit5b1771c8075e984f5c617881125a8f54fd4f08c3 (patch)
tree9d65f7df78df60213fb8e5af3a5cfbbeded6bdaa
parent6c680ccfb1c406c66bb435b740a75584d80222ce (diff)
downloadvolse-hubzilla-5b1771c8075e984f5c617881125a8f54fd4f08c3.tar.gz
volse-hubzilla-5b1771c8075e984f5c617881125a8f54fd4f08c3.tar.bz2
volse-hubzilla-5b1771c8075e984f5c617881125a8f54fd4f08c3.zip
ci: stop on error and show verbose output.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be4e5ecc2..c833cc136 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ before_script:
- echo "USE $MYSQL_DATABASE; $(cat ./install/schema_mysql.sql)" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE"
- echo "SHOW DATABASES;" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE"
- echo "USE $MYSQL_DATABASE; SHOW TABLES;" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE"
- - vendor/bin/phpunit --configuration tests/phpunit-ci-mysql.xml --coverage-text
+ - vendor/bin/phpunit --configuration tests/phpunit-ci-mysql.xml --verbose --stop-on-error --coverage-text
# hidden job definition with template for PostgreSQL
#.job_template_postgres: &job_definition_postgres