Skip to content

Commit

Permalink
Fix the name for elasticsearch integration tests (#3208)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita Bohara <ashmita.bohara152@gmail.com>
  • Loading branch information
Ashmita152 authored Aug 13, 2021
1 parent a818cd6 commit 8cd84e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- major: 7.x
image: 7.14.0
distribution: elasticsearch
- major: OpenSearch 1.x
- major: 1.x
image: 1.0.0
distribution: opensearch
name: elasticsearch ${{ matrix.version.major }}
name: ${{ matrix.version.distribution }} ${{ matrix.version.major }}
steps:
- uses: actions/checkout@v2.3.4
with:
Expand Down

0 comments on commit 8cd84e7

Please sign in to comment.