Skip to content

Commit 1409844

Browse files
committed
fixup! ci: update ci to match new structure
1 parent 35907c5 commit 1409844

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/actions/test/unit/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ runs:
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'

.github/shared/build/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)