From 21878311bc39c26540064fa21b99d78f1097bfa6 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 23 Oct 2024 11:49:15 +0800 Subject: [PATCH] ci: updated workflow --- .github/workflows/test-crawlab.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-crawlab.yml b/.github/workflows/test-crawlab.yml index d7cd83a..030ce55 100644 --- a/.github/workflows/test-crawlab.yml +++ b/.github/workflows/test-crawlab.yml @@ -11,6 +11,10 @@ jobs: image: crawlabteam/crawlab:develop ports: - 8080:8080 + env: + CRAWLAB_NODE_MASTER: "true" + CRAWLAB_MONGO_HOST: mongo + CRAWLAB_MONGO_PORT: 27017 mongo: image: mongo:latest ports: