From 1e601e2b4ff8b292ec7848f62d58c474e8ae4ac4 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Thu, 9 May 2024 21:20:20 -0400 Subject: [PATCH] updating tests and badge --- .github/workflows/main.yml | 18 +++++++++++++++++- README.md | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a48b2a..258d28e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,8 +36,24 @@ jobs: - name: Install DevDojo Auth dev-main run: composer require devdojo/auth:dev-main --with-all-dependencies - working-directory: ./laravel_app + working-directory: ./laravel_app + + - name: Publish the DevDojo Auth Assets + run: php artisan vendor:publish --tag=auth:assets + working-directory: ./laravel_app + + - name: Publish the DevDojo Configs + run: php artisan vendor:publish --tag=auth:config + working-directory: ./laravel_app + - name: Publish the Auth Migrations + run: php artisan migrate --path=vendor/devdojo/auth/database/migrations + working-directory: ./laravel_app + + - name: Re-run migrations + run: php artisan migrate + working-directory: ./laravel_app + # Testing on a mac, this command should be: # sed -i '' '/"phpunit\/phpunit"/d' composer.json - name: Remove PHPUnit from composer.json diff --git a/README.md b/README.md index b12fce5..4d6300a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Auth Logo


-Build Status +Build Status Total Downloads Latest Stable Version License