Skip to content

Test macos-15-intel #57

Test macos-15-intel

Test macos-15-intel #57

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-15-intel]
elasticsearch-version: [9, 8]
steps:
- uses: actions/checkout@v4
- uses: ./.
with:
elasticsearch-version: ${{ matrix.elasticsearch-version }}
plugins: |
analysis-kuromoji
analysis-smartcn
config: |
cluster.name: my-cluster
http.port: 9201
- run: curl -s localhost:9201
- run: curl -s localhost:9201 | grep my-cluster
- run: which elasticsearch
- run: elasticsearch-plugin list