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 35b7604 commit 0b47eaeCopy full SHA for 0b47eae
1 file changed
.github/workflows/job-tests.yml
@@ -118,7 +118,7 @@ jobs:
118
119
- name: "Test"
120
timeout-minutes: 10
121
- run: "composer test -- --coverage-clover=./var/phpunit/coverage/clover/coverage.xml --log-junit ./var/phpunit/logs/junit.xml"
+ run: "composer test -- --debug"
122
env:
123
PGSQL_DATABASE_URL: pgsql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
124
MYSQL_DATABASE_URL: mysql://mysql:mysql@127.0.0.1:${{ job.services.mysql.ports[3306] }}/mysql
0 commit comments