Revert to use the opster API's and onboard to OpenSearch universal release mechanism #1112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing | |
on: [pull_request] | |
jobs: | |
unit-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Setup go | |
uses: actions/setup-go@v3 | |
with: | |
go-version: '1.19' | |
- name: Test | |
run: | | |
cd opensearch-operator | |
make test |