Skip to content

Commit

Permalink
Update .github/workflows/buildbook.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Kluft <lukas.kluft@gmail.com>
  • Loading branch information
tmieslinger and lkluft authored Jan 6, 2025
1 parent 73dcfff commit 0ba7b00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/buildbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
wget -q https://raw.githubusercontent.com/orcestra-campaign/ipfs_tools/refs/heads/main/scripts/add_peers.py -O - | python - -f https://raw.githubusercontent.com/orcestra-campaign/ipfs_tools/refs/heads/main/known_peers.yaml
- name: run IPFS in background
run: |
touch ipfs.log # ensure the file exists such that `tail` doesn't fail.
ipfs daemon 2>ipfs.log | grep -i -o -m1 'Daemon is ready' & tail -f --pid=$! ipfs.log
ipfs daemon 2>ipfs.log | grep -i -o -m1 'Daemon is ready' & tail -F --pid=$! ipfs.log
- name: setting up notebook execution cache
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 0ba7b00

Please sign in to comment.