Skip to content

fix(deps): bump the prod-deps group with 9 updates (#662) #25

fix(deps): bump the prod-deps group with 9 updates (#662)

fix(deps): bump the prod-deps group with 9 updates (#662) #25

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