diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index d851d463..951be556 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -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: cp app/code . - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist