From 07c1a06c772a3f022268008576aa5b9f80fa0789 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 2 Dec 2024 17:21:50 -0500 Subject: [PATCH] Add more Signed-off-by: Peter Zhu --- .github/workflows/gradle.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 6334cc40..68e34dae 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -20,20 +20,19 @@ jobs: name: Building PA package steps: - name: Set up JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v1 with: - distribution: 'temurin' java-version: ${{matrix.java}} # Performance Analyzer in ./tmp/performance-analyzer - name: Checkout Performance Analyzer package uses: actions/checkout@v4 with: path: ./tmp/performance-analyzer - # 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 - uses: KengoTODA/actions-setup-docker-compose@v1 with: version: '1.29.2' + # 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) # Set the vm.max_map_count system property to the minimum required to run OpenSearch