1
0
mirror of synced 2025-12-19 18:10:59 -05:00

CI with Elasticsearch v8.12 (#48763)

This commit is contained in:
Peter Bengtsson
2024-01-23 09:40:45 -05:00
committed by GitHub
parent 23cea62e0a
commit cb3b67c328
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ runs:
with: with:
# Make sure this matches production # Make sure this matches production
# It might also need to match what's available on Docker hub # It might also need to match what's available on Docker hub
elasticsearch version: '8.8.2' elasticsearch version: '8.12.0'
host port: 9200 host port: 9200
container port: 9200 container port: 9200
host node port: 9300 host node port: 9300

View File

@@ -13,6 +13,8 @@ on:
- 'package*.json' - 'package*.json'
# Ultimately, for debugging this workflow itself # Ultimately, for debugging this workflow itself
- .github/workflows/sync-search-pr.yml - .github/workflows/sync-search-pr.yml
# Make sure we run this if the composite action changes
- .github/actions/setup-elasticsearch/action.yml
permissions: permissions:
contents: read contents: read