Skip to content

Commit

Permalink
chore: cache interop build files (#2178)
Browse files Browse the repository at this point in the history
Add the interop output dirs to the npm/build cache
  • Loading branch information
achingbrain authored Oct 27, 2023
1 parent d5ef1c9 commit b686fb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
with:
directories: |
./interop/dist
./interop/node_modules
check:
needs: build
Expand Down Expand Up @@ -177,6 +181,10 @@ jobs:
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
with:
directories: |
./interop/dist
./interop/node_modules
- name: Build images
run: (cd interop && make -j 4)
- name: Save package-lock.json as artifact
Expand Down

0 comments on commit b686fb5

Please sign in to comment.