Skip to content

Update maintainers list in k8s repository #1630

Update maintainers list in k8s repository

Update maintainers list in k8s repository #1630

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