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 12, 2024
1 parent a4cfe7d commit d4b89cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cluster-version: [ "1.3.3", "2.0.1", "2.18.0" ]
cluster-version: [ "1.3.3", "2.0.1" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test-unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:

jobs:
test:
env:
TEST_OPENSEARCH_SERVER: https://admin:myStrongPassword123!@localhost:9200
PORT: 9200
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -98,9 +101,9 @@ jobs:
bundle install
working-directory: ruby-client

- name: opensearch-ruby
- name: Perform Integration Tests
working-directory: ruby-client
run: rake test:integration
run: rake test:client:security

- name: Save server logs
if: failure()
Expand Down

0 comments on commit d4b89cd

Please sign in to comment.