Skip to content

fix: prevent unnecessary rolling restarts during node draining #1618

fix: prevent unnecessary rolling restarts during node draining

fix: prevent unnecessary rolling restarts during node draining #1618

Workflow file for this run

name: Testing
on: [pull_request]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.work'
cache: false
- name: Test
run: |
cd opensearch-operator
make test