Update laravel.yml
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
php-version: '8.0'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Copy app/code/
|
||||
run: php -r "file_exists('env') || copy('app/code');"
|
||||
run: php -r "file_exists('env') || copy('app/code', ('/');"
|
||||
- name: Install Dependencies
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user