Skip to content

Commit dfacd9e

Browse files
authored
Update create-project.yml
1 parent 3efc701 commit dfacd9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-project.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
run: chmod -R 777 storage bootstrap/cache
5252
- name: Execute tests Install
5353
working-directory: blog
54-
run: php artisan test modules/Tests/InstallTest.php
54+
run: php artisan test vendor/juzaweb/modules/modules/Tests/InstallTest.php
5555
- name: Execute tests (Unit and Feature tests)
5656
working-directory: blog
5757
run: php artisan test
58-
- name: Execute tests Update
59-
working-directory: blog
60-
run: php artisan test modules/Tests/UpdateTest.php
58+
# - name: Execute tests Update
59+
# working-directory: blog
60+
# run: php artisan test vendor/juzaweb/modules/modules/Tests/UpdateTest.php

0 commit comments

Comments
 (0)