File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 88 - name : Unit tests
99 run : yarn test
1010 shell : bash
11+ working-directory : v1
1112 env :
1213 AVAILABLE_CHAINS : ' Preprod,Preview,Mainnet'
1314 DEFAULT_CHAIN : ' Preprod'
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ runs:
124124 path : |
125125 node_modules
126126 **/node_modules
127- key : ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
127+ key : ${{ runner.os }}-${{ hashFiles('yarn.lock', 'v1/yarn.lock' ) }}
128128
129129 - name : Enable Corepack
130130 shell : bash
@@ -156,6 +156,11 @@ runs:
156156 shell : bash
157157 run : yarn install --immutable --inline-builds
158158
159+ - name : Install v1 dependencies
160+ shell : bash
161+ working-directory : ./v1
162+ run : yarn install --immutable --inline-builds
163+
159164 - name : Build dist version
160165 shell : bash
161166 working-directory : ./v1/apps/browser-extension-wallet
You can’t perform that action at this time.
0 commit comments