diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 951be556..d70ab3b2 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -17,7 +17,8 @@ jobs: php-version: '8.0' - uses: actions/checkout@v3 - name: Copy app/code/ - run: cp app/code . + run: | + cd app/code - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist