Skip to content

Commit e1677c9

Browse files
test
1 parent c756b68 commit e1677c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/
@@ -83,4 +83,4 @@ jobs:
8383
- name: Run Tests
8484
working-directory: laravel-test-project
8585
run: |
86-
php artisan test
86+
php artisan test -v

0 commit comments

Comments
 (0)