From e889d68e9f9bd429d115e23b79f21fbf08fdc920 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Mon, 15 Jan 2024 11:41:39 +0100 Subject: [PATCH] Setup client directory for GH workflow --- .github/workflows/laravel.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index c03c63c..deaff2d 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -124,7 +124,9 @@ jobs: build-nuxt-app: runs-on: ubuntu-latest name: Build the Nuxt app - + defaults: + run: + working-directory: ./client steps: - name: Checkout code uses: actions/checkout@v2 @@ -134,9 +136,6 @@ jobs: with: node-version: '20' - - name: Get into client folder - run: cd client - - uses: actions/cache@v2 with: path: ~/.npm