From 7d6e086e4bbed050bd056ca414bdbbf952896ca0 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 2 Dec 2024 18:17:21 -0500 Subject: [PATCH] Add v1 docker-compose installation for 1.3 branch (#768) * Add v1 docker-compose installation for now Signed-off-by: Peter Zhu * Add more Signed-off-by: Peter Zhu * Add more Signed-off-by: Peter Zhu --------- Signed-off-by: Peter Zhu --- .github/workflows/gradle.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 5ea9d842..2d972b47 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -11,6 +11,7 @@ on: jobs: build_pa_pkg: strategy: + fail-fast: false matrix: java: - 8 @@ -25,9 +26,12 @@ jobs: java-version: ${{matrix.java}} # Performance Analyzer in ./tmp/performance-analyzer - name: Checkout Performance Analyzer package - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: ./tmp/performance-analyzer + - 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