Skip to content

Commit

Permalink
lint for ci and verbose check early versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Dec 3, 2024
1 parent 6dd7af2 commit 4b05b2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Run Tests
run: |
npm run test:spec -- \
--opensearch-insecure \
--opensearch-insecure --verbose \
--opensearch-version=${{ matrix.entry.version }} \
--coverage coverage/test-spec-coverage-${{ steps.tests.outputs.hash }}.json \
--opensearch-url=${{ matrix.entry.url || 'https://localhost:9200'}} \
Expand Down
12 changes: 6 additions & 6 deletions tests/default/indices/rank_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ chapters:
precision:
k: 10
requests:
- id: "query_1"
- id: query_1
request:
query:
match:
title: "Pulp Fiction"
title: Pulp Fiction
ratings:
- _id: "movie1"
- _id: movie1
rating: 1
_index: movies
response:
Expand All @@ -53,13 +53,13 @@ chapters:
mean_reciprocal_rank:
k: 10
requests:
- id: "query_2"
- id: query_2
request:
query:
match:
director: "Christopher Nolan"
director: Christopher Nolan
ratings:
- _id: "movie2"
- _id: movie2
_index: movies
rating: 1
response:
Expand Down

0 comments on commit 4b05b2a

Please sign in to comment.