From 1b88d0fb8e3c731c64f78360f5279f6a68c1e2a0 Mon Sep 17 00:00:00 2001 From: Nobix <92090462+nobixX@users.noreply.github.com> Date: Fri, 8 Apr 2022 05:06:44 +0530 Subject: [PATCH] Update laravel.yml --- .github/workflows/laravel.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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