Skip to content

Alleviate race conditions in roll restart reconciler #1243

Alleviate race conditions in roll restart reconciler

Alleviate race conditions in roll restart reconciler #1243

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