From dd8995b399a49db571f85a8545b494d5f7bc6523 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 2 Jun 2020 09:37:35 +0100 Subject: [PATCH] Removed unused env variables --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 41045527eca0..b7d03571ab90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -101,6 +101,3 @@ jobs: - name: Execute tests run: vendor/bin/phpunit --verbose - env: - DB_PORT: 3306 - DB_USERNAME: root