Skip to content

Commit

Permalink
cache cannon builds, remove ipfs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth committed Aug 15, 2023
1 parent 5e6e736 commit 7b98a7c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
CANNON_IPFS_URL: "http://127.0.0.1:5001"
CANNON_PUBLISH_IPFS_URL: "http://127.0.0.1:5001"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -43,9 +40,11 @@ jobs:
with:
node-version: "16.20.1"
cache: "yarn"
- uses: ibnesayeed/setup-ipfs@92d412e0dad36c06ffab50733e9c624896a0964f
- name: Cache Cannon packages
uses: actions/cache@v3
with:
run_daemon: true
path: |
~/.local/share/cannon
- run: yarn install --immutable --immutable-cache
- run: yarn workspaces foreach --topological-dev --recursive --verbose --from "${{ matrix.workspace }}" run build:ts
Expand Down

0 comments on commit 7b98a7c

Please sign in to comment.