From c3529acb2265d767b549f3a10f377a99311f9286 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sun, 17 Mar 2024 01:08:48 -0400 Subject: [PATCH] Adjustments --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) 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