Skip to content

Commit ecad9c1

Browse files
committed
correcting the ports
1 parent 8eda9fc commit ecad9c1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ jobs:
7878
run: cp config/.env.example tests/.env
7979

8080
- 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'] }}
8481
if: success()
8582
run: vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover tests/_output/coverage/coverage-${{ matrix.php-versions }}.xml
8683

0 commit comments

Comments
 (0)