Skip to content

Commit

Permalink
FIX path, beacause not enought faster
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainAntunes committed Apr 15, 2023
1 parent 2ddeefc commit 4f3c7a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mercure-web-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
uses: actions/cache@v3
id: node_modules
with:
path: |
**/node_modules
path: ./mercure-web/node_modules
# Adding node version as cache key
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/npm-shrinkwrap.json') }}-${{ matrix.node-version }}

Expand Down

0 comments on commit 4f3c7a8

Please sign in to comment.