Skip to content

Commit

Permalink
Update create-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb authored Apr 26, 2024
1 parent 3efc701 commit dfacd9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
run: chmod -R 777 storage bootstrap/cache
- name: Execute tests Install
working-directory: blog
run: php artisan test modules/Tests/InstallTest.php
run: php artisan test vendor/juzaweb/modules/modules/Tests/InstallTest.php
- name: Execute tests (Unit and Feature tests)
working-directory: blog
run: php artisan test
- name: Execute tests Update
working-directory: blog
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 comments on commit dfacd9e

Please sign in to comment.