fix
This commit is contained in:
parent
0530d64dbf
commit
916388cbba
@ -48,7 +48,7 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: ${{ runner.os }}-yarn-${{ setup.steps.get-hash.outputs.hash }}
|
key: ${{ runner.os }}-yarn-${{ needs.setup.steps.get-hash.outputs.hash }}
|
||||||
|
|
||||||
- name: Dependent installation
|
- name: Dependent installation
|
||||||
run: yarn install
|
run: yarn install
|
||||||
@ -61,11 +61,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
- run: echo "${{ needs.setup.steps.get-hash.outputs.hash }}"
|
||||||
|
- run: echo "${{ steps.get-hash.outputs.hash }}"
|
||||||
|
- run: echo "${{ outputs.hash }}"
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: ${{ runner.os }}-yarn-${{ setup.steps.get-hash.outputs.hash }}
|
key: ${{ runner.os }}-yarn-${{ needs.setup.steps.get-hash.outputs.hash }}
|
||||||
|
|
||||||
- name: Dependent installation
|
- name: Dependent installation
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user