Skip to content

Commit

Permalink
Utilize automatic daemon booting feature of IPFS Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed May 15, 2020
1 parent 5f60a67 commit c7fad37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,12 @@ jobs:
uses: ibnesayeed/setup-ipfs@master
with:
ipfs_version: ${{ matrix.ipfs }}
run_daemon: true
- name: Install Dependencies
shell: bash
run: |
pip install -r requirements.txt
pip install -r test-requirements.txt
- name: Boot IPFS Daemon
shell: bash
run: |
ipfs daemon &
while ! curl -s localhost:5001 > /dev/null; do sleep 1; done
- name: Run Tests
shell: bash
run: py.test -s --cov=./

0 comments on commit c7fad37

Please sign in to comment.