From 08c1714b6558bc6d6a7437fdaff00460bc2890a7 Mon Sep 17 00:00:00 2001 From: 0ssigeno Date: Thu, 7 Dec 2023 10:52:39 +0100 Subject: [PATCH] Fix Signed-off-by: 0ssigeno --- .github/actions/services/action.yml | 2 +- actions/services/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/services/action.yml b/.github/actions/services/action.yml index 7b31f0e..199ac93 100644 --- a/.github/actions/services/action.yml +++ b/.github/actions/services/action.yml @@ -174,7 +174,7 @@ runs: bash - name: Execute docker-compose up - if: inputs.use_postgres || inputs.use_elastic_search || use_memcached || use_redis || use_rabbitmq || use_mongo + if: inputs.use_postgres || inputs.use_elastic_search || inputs.use_memcached || inputs.use_redis || inputs.use_rabbitmq || inputs.use_mongo run: | CLI=docker-compose if [[ ${{ inputs.use_postgres }} != 'false' ]]; then diff --git a/actions/services/action.yml b/actions/services/action.yml index 7b31f0e..199ac93 100644 --- a/actions/services/action.yml +++ b/actions/services/action.yml @@ -174,7 +174,7 @@ runs: bash - name: Execute docker-compose up - if: inputs.use_postgres || inputs.use_elastic_search || use_memcached || use_redis || use_rabbitmq || use_mongo + if: inputs.use_postgres || inputs.use_elastic_search || inputs.use_memcached || inputs.use_redis || inputs.use_rabbitmq || inputs.use_mongo run: | CLI=docker-compose if [[ ${{ inputs.use_postgres }} != 'false' ]]; then