Skip to content

Commit

Permalink
Merge pull request #16 from fsspec/CI_fix
Browse files Browse the repository at this point in the history
CI: touch ipfs.log to circumvent race condition
  • Loading branch information
d70-t committed May 31, 2022
2 parents 6594ffb + 3511013 commit 8eb96df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/local_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
popd
ipfs --version
ipfs init --profile server
touch ipfs.log
ipfs daemon 2>ipfs.log | grep -i -o -m1 'Daemon is ready' & tail -f --pid=$! ipfs.log
ipfs cat /ipfs/QmQPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc/readme
ipfs dag import test/testdata.car
Expand Down

0 comments on commit 8eb96df

Please sign in to comment.