Skip to content

Commit

Permalink
fix wrong db credentials
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor committed Dec 11, 2023
1 parent f6a382e commit 9434ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9434ee2

Please sign in to comment.