From bf67589a2d13059f04bdff68137c9f5edbf6464c Mon Sep 17 00:00:00 2001 From: Nikola Date: Tue, 12 Mar 2024 13:56:53 +0100 Subject: [PATCH] Modify phpunit.yml file --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 339942a..ef77920 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -28,7 +28,7 @@ jobs: - name: Build assets for production env: LARAVEL_BYPASS_ENV_CHECK: 1 - run: npm install && npm run production + run: npm install && npm run dev - name: Execute tests (Unit and Feature tests) via PHPUnit env: DB_CONNECTION: sqlite