From 6e4f6d22bbd9e555d628395c8efae83a030018c1 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 27 Feb 2024 14:55:25 +0700 Subject: [PATCH] Updated Action workflow --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 634f8e1..0ba8522 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,8 @@ jobs: services: manticoresearch-manticore: image: manticoresearch/manticore:dev + env: + EXTRA: 1 ports: - 9408:9308