We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92cef0 commit 5d009a6Copy full SHA for 5d009a6
.github/workflows/integration-test.yml
@@ -59,7 +59,7 @@ jobs:
59
admin-password: ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }}
60
security_config_file: ${{ inputs.security_config_file }}
61
port: 9202
62
- jdk-version: 21
+ jdk-version: 17
63
64
- name: Check OpenSearch remote is running
65
run: |
@@ -73,7 +73,7 @@ jobs:
73
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
74
security-enabled: true
75
76
77
78
# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
79
- name: Remove unnecessary files Linux
0 commit comments