From eac9c788a4a4e779509e23c6ee761d32e32d2493 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Mon, 20 May 2024 16:41:48 -0400 Subject: [PATCH] publishing to the migrations --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72855d2..8dd4855 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,6 +50,10 @@ jobs: - name: Publish the DevDojo Configs run: php artisan vendor:publish --tag=auth:config working-directory: ./laravel_app + + - name: Publish the DevDojo Auth Migrations + run: php artisan vendor:publish --tag=auth:migrations + working-directory: ./laravel_app - name: Remove current tests and symlink to DevDojo Auth run: |