mirror of https://github.com/buster-so/buster.git
Try again
This commit is contained in:
parent
5ae39a15b3
commit
474dffc1d3
|
@ -36,12 +36,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Mount node_modules sticky disk
|
|
||||||
uses: useblacksmith/stickydisk@v1
|
|
||||||
with:
|
|
||||||
key: ${{ github.repository }}-node-modules-${{ hashFiles('**/pnpm-lock.yaml') }}
|
|
||||||
path: ./node_modules
|
|
||||||
|
|
||||||
- name: Mount pnpm store sticky disk
|
- name: Mount pnpm store sticky disk
|
||||||
uses: useblacksmith/stickydisk@v1
|
uses: useblacksmith/stickydisk@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue