From 62b557f82c544d2de5844fea32e83f757eb5758a Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 9 Nov 2023 15:29:19 -0800 Subject: [PATCH] Revert "Add database migration step" This reverts commit 65e3696029dc295036e13734b2798afb9ac3755f. --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51049e14f1..0461d4a728 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,9 +60,6 @@ jobs: - name: Generate key run: php artisan key:generate - - name: Migrate Database - run: php artisan migrate - - name: Install Passport run: php artisan passport:install