Skip to content

Commit

Permalink
Update create-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Apr 26, 2024
1 parent 79a9c52 commit 319b161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Execute tests Install
working-directory: blog
run: php artisan test vendor/juzaweb/modules/modules/Tests/InstallTest.php
- name: Install example plugin to test
run: composer require juzaweb/example
working-directory: blog
- name: Execute tests (Unit and Feature tests)
working-directory: blog
run: php artisan test
Expand Down

0 comments on commit 319b161

Please sign in to comment.