File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
examples/example-exporter-opentelemetry/oats-tests Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v4
1616 with :
1717 repository : grafana/oats
18- ref : 7cd5ca42fff009fd67ea986d42c79134ac99ae48
18+ ref : v0.1.0
1919 path : oats
2020 - name : Set up JDK
2121 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 11# OATS is an acceptance testing framework for OpenTelemetry - https://github.com/grafana/oats/tree/main/yaml
22docker-compose :
3- generator : docker-lgtm
43 files :
54 - ./docker-compose.yml
65expected :
Original file line number Diff line number Diff line change 11# OATS is an acceptance testing framework for OpenTelemetry - https://github.com/grafana/oats/tree/main/yaml
22docker-compose :
3- generator : docker-lgtm
43 files :
54 - ./docker-compose.yml
65expected :
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ set -euo pipefail
44
55cd oats/yaml
66go install github.com/onsi/ginkgo/v2/ginkgo
7- export TESTCASE_SKIP_BUILD=true
87export TESTCASE_TIMEOUT=5m
98export TESTCASE_BASE_PATH=../../examples
10- ginkgo -r # is parallel causing problems? -p
9+ ginkgo
You can’t perform that action at this time.
0 commit comments