We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a9c52 commit 319b161Copy full SHA for 319b161
.github/workflows/create-project.yml
@@ -52,6 +52,9 @@ jobs:
52
- name: Execute tests Install
53
working-directory: blog
54
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
58
- name: Execute tests (Unit and Feature tests)
59
60
run: php artisan test
0 commit comments