Skip to content

Commit

Permalink
Attempt to fix failing YAML tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Dec 23, 2024
1 parent 1a1dc0a commit e6ea811
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
- name: Setup Rust tools
uses: ./client/.github/actions/setup-rust-tools

- name: Install Java
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 11

- name: Run OpenSearch
id: opensearch
uses: ./client/.github/actions/run-released-opensearch
Expand Down

0 comments on commit e6ea811

Please sign in to comment.