From b6b5d0a657ae857ff64198a8722cfe314cc00ccc Mon Sep 17 00:00:00 2001 From: Tim Smyth Date: Fri, 20 Oct 2023 10:54:01 +0200 Subject: [PATCH] remove unused --- .github/workflows/functional.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index d8550f724e..e03e1c2b4e 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -46,10 +46,11 @@ jobs: POSTGRES_HOST_AUTH_METHOD: trust ports: - 5432:5432 - mongodb: - image: mongo:4.4 - ports: - - 27017:27017 + # Currently not used as functional test is started with "d" flag that results in locally started mongodb + # mongodb: + # image: mongo:4.4 + # ports: + # - 27017:27017 context-server: image: wistefan/context-server:0.2.0 env: