Skip to content

docs: add missing / fix inconsistent html tags in crd.md #1425

docs: add missing / fix inconsistent html tags in crd.md

docs: add missing / fix inconsistent html tags in crd.md #1425

Workflow file for this run

name: Testing
on: [pull_request]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.5
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
echo "Starting Tests"
cd opensearch-operator
ls
make test