1#!/usr/bin/env bash 2 3set -euo pipefail 4 5# git clone https://github.com/grafana/oats.git 6cd oats/yaml 7go install github.com/onsi/ginkgo/v2/ginkgo@latest 8export TESTCASE_TIMEOUT=1m 9export TESTCASE_BASE_PATH=../../examples/dotnet 10ginkgo -r 11