Skip to content

Commit

Permalink
Fixing a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 10, 2024
1 parent 1e601e2 commit 4acc500
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Laravel Package Test
name: Tests

on:
push:
Expand Down Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Publish the DevDojo Configs
run: php artisan vendor:publish --tag=auth:config
working-directory: ./laravel_app

- name: List out .env
run: cat .env

- name: Publish the Auth Migrations
run: php artisan migrate --path=vendor/devdojo/auth/database/migrations
Expand Down

0 comments on commit 4acc500

Please sign in to comment.