From 6acb9899658d9d8e05a3df01871da0280fa268e3 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Sat, 24 Jul 2021 15:08:13 -0600 Subject: [PATCH] actions(tests): use the database... --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 80292a3fb..6490ce9c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,8 +58,8 @@ jobs: run: php artisan test tests/Unit if: ${{ always() }} env: - DB_CONNECTION: testing - TESTING_DB_HOST: UNIT_NO_DB + TESTING_DB_PORT: ${{ job.services.database.ports[3306] }} + TESTING_DB_USERNAME: root - name: Execute Integration Tests run: php artisan test tests/Integration env: