From 9434ee21732d5e9fc2b0069e79f5baff96d69746 Mon Sep 17 00:00:00 2001 From: Valentin Sickert <17144397+Lapotor@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:39:06 +0100 Subject: [PATCH] fix wrong db credentials Signed-off-by: Valentin Sickert <17144397+Lapotor@users.noreply.github.com> --- .github/workflows/laravel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 6cf8c3ba..75664881 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -11,8 +11,8 @@ jobs: name: Laravel (PHP ${{ matrix.php-versions }}) Tests runs-on: ubuntu-latest env: - DB_DATABASE: laravel - DB_USERNAME: root + DB_DATABASE: radioroster + DB_USERNAME: radioroster DB_PASSWORD: testPassword APP_ENV: testing