Skip to content

Commit

Permalink
ci: start kubo in offline mod
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jun 19, 2023
1 parent ae3530a commit 0d2d919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
echo "IPFS_NS_MAP=${IPFS_NS_MAP}" >> $GITHUB_ENV
# note: the IPFS_NS_MAP set above will be passed the daemon
- uses: ipfs/start-ipfs-daemon-action@v1
with:
args: '--offline'
- name: Provision Kubo Gateway
run: |
# Import car files
Expand Down

0 comments on commit 0d2d919

Please sign in to comment.