Skip to content

Commit b6b2648

Browse files
Update java to 21 in cypress test
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 0ff2238 commit b6b2648

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cypress-test-resource-sharing-enabled-e2e.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
- name: Checkout Branch
2323
uses: actions/checkout@v5
2424

25+
- name: Set up JDK 21 for build
26+
uses: actions/setup-java@v4
27+
with:
28+
distribution: temurin
29+
java-version: '21'
30+
2531
- name: Set env
2632
run: |
2733
opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")

0 commit comments

Comments
 (0)