Skip to content

Commit

Permalink
publishing to the migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 20, 2024
1 parent d6d57f3 commit eac9c78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit eac9c78

Please sign in to comment.