Skip to content

Commit

Permalink
Refactor GitHub Actions workflow for webapp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Oct 16, 2024
1 parent 2c76bbd commit f17235e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit f17235e

Please sign in to comment.