Skip to content

Test Windows

Test Windows #53

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-2025]
elasticsearch-version: [9]
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