From 5f65dbab711d52fed14d21e4634ec9434a636cb2 Mon Sep 17 00:00:00 2001 From: Gagan Juneja Date: Thu, 19 Sep 2024 02:29:33 -0700 Subject: [PATCH] test docker compose issue Signed-off-by: Gagan Juneja --- .github/workflows/gradle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ccc9aa2a..9f0bb2d6 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -31,7 +31,8 @@ jobs: # Explicitly set the docker-compose program path so that our build scripts in RCA can run the program # This is necessary because of the Github Actions environment and the workingDir of the Gradle environment - name: Set docker-compose path - run: DOCKER_COMPOSE_LOCATION=$(which docker-compose) + #run: DOCKER_COMPOSE_LOCATION=$(which docker-compose) + run: echo "DOCKER_COMPOSE_LOCATION=$(which docker-compose)" >> $GITHUB_ENV # Set the vm.max_map_count system property to the minimum required to run OpenSearch - name: Set vm.max_map_count run: sudo sysctl -w vm.max_map_count=262144