Skip to content

Commit e9a828d

Browse files
committed
add example for OTLP logging via stdout and k8s
1 parent 884cb52 commit e9a828d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
6+
cd oats/yaml
7+
go install github.com/onsi/ginkgo/v2/ginkgo@latest
8+
export TESTCASE_TIMEOUT=5m
9+
export TESTCASE_BASE_PATH=../..
10+
ginkgo -r

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
with:
2525
go-version: '1.21'
2626
cache-dependency-path: oats/go.sum
27-
- name: Build Image for integration tests
28-
run: ./build-lgtm.sh
2927
- name: Run acceptance tests
30-
run: ./scripts/run-acceptance-tests.sh
28+
run: .github/scripts/run-acceptance-tests.sh
3129
- name: upload log file
3230
uses: actions/upload-artifact@v4
3331
if: failure()

0 commit comments

Comments
 (0)