Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Dec 5, 2024
1 parent c3d4a65 commit b2582b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
entry:
- { ruby_version: '3.3', opensearch_ref: '1.x' }
- { ruby_version: '3.3', opensearch_ref: '2.x' }
- { ruby_version: '3.3', opensearch_ref: '2.0' }
- { ruby_version: '3.3', opensearch_ref: 'main' }

steps:
Expand Down Expand Up @@ -50,7 +49,10 @@ jobs:
- name: Assemble OpenSearch
if: steps.cache-restore.outputs.cache-hit != 'true'
working-directory: opensearch
run: ./gradlew :distribution:archives:linux-tar:assemble
run: |
export GRADLE_VERSION=8.11.1
./gradlew :distribution:archives:linux-tar:assemble
- name: Save cached build
if: steps.cache-restore.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b2582b7

Please sign in to comment.