Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/docker-otel-lgtm
Path: blob/main/scripts/run-acceptance-tests-dotnet-example.sh
401 views
1
#!/usr/bin/env bash
2
3
set -euo pipefail
4
5
# git clone https://github.com/grafana/oats.git
6
cd oats/yaml
7
go install github.com/onsi/ginkgo/v2/ginkgo@latest
8
export TESTCASE_TIMEOUT=1m
9
export TESTCASE_BASE_PATH=../../examples/dotnet
10
ginkgo -r
11