From 974c2b9390ed35abfabb4892da8cbbeb21efe92a Mon Sep 17 00:00:00 2001 From: A1Gard Date: Mon, 26 Aug 2024 01:33:47 +0330 Subject: [PATCH] fixed error --- .github/workflows/laravel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index a673873..e46f7ac 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -41,6 +41,9 @@ jobs: - name: Npm install run: npm install - name: client build + env: + DB_CONNECTION: sqlite + DB_DATABASE: database/database.sqlite run: php artisan client - name: npm build run: npm run build