From 4d2924467adca78274ce7017bf94b4c01b44db78 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sun, 12 Jun 2022 13:37:11 +0800 Subject: [PATCH] updated workflow --- .github/workflows/docker-crawlab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index b3fc6815..fd9a7b11 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -144,13 +144,13 @@ jobs: - name: Test image run: | - docker run -d --rm --name crawlab_master \ + docker run --rm --name crawlab_master \ -e CRAWLAB_NODE_MASTER=true \ -e CRAWLAB_DEMO=false \ -e CRAWLAB_MONGO_HOST=localhost \ -e CRAWLAB_MONGO_PORT=27017 \ -p 8080:8080 \ - image + image & docker exec crawlab_master env sleep 30 docker ps