We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efc701 commit dfacd9eCopy full SHA for dfacd9e
.github/workflows/create-project.yml
@@ -51,10 +51,10 @@ jobs:
51
run: chmod -R 777 storage bootstrap/cache
52
- name: Execute tests Install
53
working-directory: blog
54
- run: php artisan test modules/Tests/InstallTest.php
+ run: php artisan test vendor/juzaweb/modules/modules/Tests/InstallTest.php
55
- name: Execute tests (Unit and Feature tests)
56
57
run: php artisan test
58
- - name: Execute tests Update
59
- working-directory: blog
60
- run: php artisan test modules/Tests/UpdateTest.php
+ # - name: Execute tests Update
+ # working-directory: blog
+ # run: php artisan test vendor/juzaweb/modules/modules/Tests/UpdateTest.php
0 commit comments