diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14e25a7d8..3ffa1cebb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,11 +60,6 @@ jobs: - name: Unit tests run: vendor/bin/phpunit --bootstrap vendor/autoload.php tests/Unit if: ${{ always() }} - env: - DB_HOST: UNIT_NO_DB - name: Integration tests run: vendor/bin/phpunit tests/Integration - env: - DB_PORT: ${{ job.services.database.ports[3306] }} - DB_USERNAME: root