Skip to content

Commit 319b161

Browse files
authored
Update create-project.yml
1 parent 79a9c52 commit 319b161

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-project.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Execute tests Install
5353
working-directory: blog
5454
run: php artisan test vendor/juzaweb/modules/modules/Tests/InstallTest.php
55+
- name: Install example plugin to test
56+
run: composer require juzaweb/example
57+
working-directory: blog
5558
- name: Execute tests (Unit and Feature tests)
5659
working-directory: blog
5760
run: php artisan test

0 commit comments

Comments
 (0)