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: |