Skip to content

Commit

Permalink
Remove aegir cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 7, 2023
1 parent 41d3d96 commit f293f90
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/interop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ipfs/aegir/actions/cache-node-modules@master
with:
directories: |
./interop/node_modules
# - uses: ipfs/aegir/actions/cache-node-modules@master
# with:
# directories: |
# ./interop/node_modules
- name: Build js-libp2p
run: (npm i && npm run build)
- name: Build interop
run: (cd interop && npm i && npm run build)
- name: Build images
Expand Down

0 comments on commit f293f90

Please sign in to comment.