From d71e084f6309686d606476b682b789b75b885892 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 19 Jan 2025 21:48:18 +1100 Subject: [PATCH] Change startup script for db tests --- .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 91e7aab941..63d6c5ae13 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -120,7 +120,7 @@ jobs: - name: Migrate Database run: | - php artisan migrate:fresh && php artisan db:seed + php artisan migrate && php artisan db:seed - name: Run Testsuite run: |