diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 860bffa3f..80ffc1742 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,3 +66,6 @@ jobs: - name: Integration tests run: vendor/bin/phpunit tests/Integration + env: + DB_PORT: ${{ job.services.database.ports[3306] }} + DB_USERNAME: root