File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646
4747 - name : Laravel version
4848 working-directory : laravel-test-project
49- run : yes | sudo chmod -R 777 $GITHUB_WORKSPACE/ storage/ $GITHUB_WORKSPACE/ bootstrap/cache
49+ run : yes | sudo chmod -R 777 storage/ bootstrap/cache
5050
5151 - name : Laravel version
5252 working-directory : laravel-test-project
53- run : sudo ls -l $GITHUB_WORKSPACE/ storage/ $GITHUB_WORKSPACE/ bootstrap/cache
53+ run : sudo ls -l storage/ bootstrap/cache
5454
5555 - name : Copy Local Package
5656 run : rsync -av --exclude='laravel-test-project' ./ laravel-test-project/packages/eren/laravel-commands/
8383 - name : Run Tests
8484 working-directory : laravel-test-project
8585 run : |
86- php artisan test
86+ php artisan test -v
You can’t perform that action at this time.
0 commit comments