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

chore: use common ipfs/start-ipfs-daemon-action in go-test-setup #262

Merged
merged 1 commit into from
Dec 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ runs:
- name: Install go-ipfs
shell: bash
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)
- name: Initialize go-ipfs
shell: bash
run: (ipfs init)
- name: Run go-ipfs
shell: bash
run: (ipfs daemon --enable-pubsub-experiment &)
- uses: ipfs/start-ipfs-daemon-action@v1
with:
args: --init --enable-pubsub-experiment