Skip to content

Commit

Permalink
Align default engines
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jul 2, 2023
1 parent c8cd903 commit 504335b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: ./.github/workflows/check-repo-files.yml

deployable_check:
name: Check if must build & deploy from environment
runs-on: ubuntu-latest
needs: check_repo_files
env:
Expand All @@ -46,7 +47,7 @@ jobs:
matrix:
include:
- searchEngine: elasticsearch
searchEngineVersion: 8.8
searchEngineVersion: latest
- searchEngine: elasticsearch
searchEngineVersion: 8.0
- searchEngine: elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
searchEngineVersion:
description: "Backend search engine version to use. This value must be aligned to the 'search_engine' input value."
required: false
default: 8
default: latest
type: number
coverageReport:
description: "If true, a coverage report will be published."
Expand Down

0 comments on commit 504335b

Please sign in to comment.