Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #271 from ipfs/chore/fix-ci
Browse files Browse the repository at this point in the history
ci: rename go-ipfs -> kubo
  • Loading branch information
Stebalien authored Aug 8, 2022
2 parents c36acd2 + 863c817 commit c58c62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: installipfs
description: install go-ipfs
description: install kubo

runs:
using: "composite"
steps:
- name: Install go-ipfs
- name: Install kubo
shell: bash
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)
run: (cd /tmp && go install github.com/ipfs/kubo/cmd/ipfs@master)
- uses: ipfs/start-ipfs-daemon-action@v1
with:
args: --init --enable-pubsub-experiment

0 comments on commit c58c62a

Please sign in to comment.