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 8eda9fc commit ecad9c1Copy full SHA for ecad9c1
1 file changed
.github/workflows/tests.yml
@@ -78,9 +78,6 @@ jobs:
78
run: cp config/.env.example tests/.env
79
80
- name: Run test suites
81
- env:
82
- MYSQL_TEST_DB_PORT: ${{ job.services.mysql.ports['3306'] }}
83
- POSTGRES_TEST_DB_PORT: ${{ job.services.postgres.ports['5432'] }}
84
if: success()
85
run: vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover tests/_output/coverage/coverage-${{ matrix.php-versions }}.xml
86
0 commit comments