Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: 0ssigeno <s.berni@certego.net>
  • Loading branch information
0ssigeno committed Dec 7, 2023
1 parent e45a783 commit 08c1714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/services/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion actions/services/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08c1714

Please sign in to comment.