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 15
15
uses : actions/checkout@v4
16
16
with :
17
17
repository : grafana/oats
18
- ref : 7cd5ca42fff009fd67ea986d42c79134ac99ae48
18
+ ref : v0.1.0
19
19
path : oats
20
20
- name : Set up JDK
21
21
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1
1
# OATS is an acceptance testing framework for OpenTelemetry - https://github.com/grafana/oats/tree/main/yaml
2
2
docker-compose :
3
- generator : docker-lgtm
4
3
files :
5
4
- ./docker-compose.yml
6
5
expected :
Original file line number Diff line number Diff line change 1
1
# OATS is an acceptance testing framework for OpenTelemetry - https://github.com/grafana/oats/tree/main/yaml
2
2
docker-compose :
3
- generator : docker-lgtm
4
3
files :
5
4
- ./docker-compose.yml
6
5
expected :
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ set -euo pipefail
4
4
5
5
cd oats/yaml
6
6
go install github.com/onsi/ginkgo/v2/ginkgo
7
- export TESTCASE_SKIP_BUILD=true
8
7
export TESTCASE_TIMEOUT=5m
9
8
export 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