From f17235eb03b549e7674f0b4ed49e959db2f02ca2 Mon Sep 17 00:00:00 2001 From: Emmanuel Mathot Date: Wed, 16 Oct 2024 11:44:30 +0200 Subject: [PATCH] Refactor GitHub Actions workflow for webapp.yaml --- .github/workflows/webapp.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/webapp.yaml b/.github/workflows/webapp.yaml index 7386dfe..dcbf3c9 100644 --- a/.github/workflows/webapp.yaml +++ b/.github/workflows/webapp.yaml @@ -57,7 +57,6 @@ jobs: - name: Cache node_modules uses: actions/cache@v3 id: cache-node-modules - working-directory: ./webapp with: path: node_modules key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }} @@ -87,7 +86,6 @@ jobs: - name: Cache node_modules uses: actions/cache@v3 id: cache-node-modules - working-directory: ./webapp with: path: node_modules key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }}