From b09c9a17b436593c80c8c161279cde973660d998 Mon Sep 17 00:00:00 2001 From: Vladan Date: Mon, 18 Mar 2024 10:42:30 +0100 Subject: [PATCH] ci: running image in background --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 55b64f2..1e280c8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -42,7 +42,7 @@ jobs: run: fdp-play start -d --bee-version $BEE_VERSION - name: Run fdp-contracts - run: docker run -p 8545:9545 fairdatasociety/fdp-contracts-blockchain:latest + run: docker run -d -p 8545:9545 fairdatasociety/fdp-contracts-blockchain:latest ## Try getting the node modules from cache, if failed npm ci - uses: actions/cache@v3