We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261f3ec commit c2e8810Copy full SHA for c2e8810
.github/workflows/coverage.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Start TFChain Docker Container
38
run: |
39
- sudo docker run --network host ghcr.io/threefoldtech/tfchain:2.8.1 --dev --rpc-cors all --rpc-external --rpc-methods=safe
+ sudo docker run -d --network host ghcr.io/threefoldtech/tfchain:2.8.1 --dev --rpc-cors all --rpc-external --rpc-methods=safe
40
41
- name: Wait for TFChain to be ready
42
@@ -68,6 +68,6 @@ jobs:
68
with:
69
token: ${{ secrets.CODECOV_TOKEN }}
70
files: coverage/filtered.lcov.info
71
-
+
72
- name: Stop and remove TFChain Docker Container
73
run: sudo docker stop tfchain && sudo docker rm tfchain
0 commit comments