Skip to content

fix(effective-location-facet) fix "Effective location (item)" facet h… #86

fix(effective-location-facet) fix "Effective location (item)" facet h…

fix(effective-location-facet) fix "Effective location (item)" facet h… #86

Workflow file for this run

name: elasticsearch
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
elasticsearch8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- run: export SEARCH_ENGINE_DOCKERFILE="docker/elasticsearch8/Dockerfile"; mvn clean install