Skip to content

Commit

Permalink
Merge branch 'main' into updateUerModel
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 24, 2024
2 parents a9bcd1b + 14d884d commit decd08d
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 decd08d

Please sign in to comment.