Skip to content

Commit c2e8810

Browse files
committed
add -d to the docker command
1 parent 261f3ec commit c2e8810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Start TFChain Docker Container
3838
run: |
39-
sudo docker run --network host ghcr.io/threefoldtech/tfchain:2.8.1 --dev --rpc-cors all --rpc-external --rpc-methods=safe
39+
sudo docker run -d --network host ghcr.io/threefoldtech/tfchain:2.8.1 --dev --rpc-cors all --rpc-external --rpc-methods=safe
4040
4141
- name: Wait for TFChain to be ready
4242
run: |
@@ -68,6 +68,6 @@ jobs:
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage/filtered.lcov.info
71-
71+
7272
- name: Stop and remove TFChain Docker Container
7373
run: sudo docker stop tfchain && sudo docker rm tfchain

0 commit comments

Comments
 (0)