Skip to content

Commit b686fb5

Browse files
authored
chore: cache interop build files (#2178)
Add the interop output dirs to the npm/build cache
1 parent d5ef1c9 commit b686fb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
node-version: lts/*
1919
- uses: ipfs/aegir/actions/cache-node-modules@master
20+
with:
21+
directories: |
22+
./interop/dist
23+
./interop/node_modules
2024
2125
check:
2226
needs: build
@@ -177,6 +181,10 @@ jobs:
177181
with:
178182
node-version: lts/*
179183
- uses: ipfs/aegir/actions/cache-node-modules@master
184+
with:
185+
directories: |
186+
./interop/dist
187+
./interop/node_modules
180188
- name: Build images
181189
run: (cd interop && make -j 4)
182190
- name: Save package-lock.json as artifact

0 commit comments

Comments
 (0)