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