Skip to content

add example for OTLP logging via stdout and k8s #2

add example for OTLP logging via stdout and k8s

add example for OTLP logging via stdout and k8s #2

name: Acceptance Tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
acceptance-tests:
runs-on: ubuntu-24.04
steps:
- name: Check out
uses: actions/checkout@v4
- name: Check out oats
uses: actions/checkout@v4
with:
repository: grafana/oats
ref: b4c9c7738576c10bdaf8541eede4a65ed0ee95af
path: oats
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache-dependency-path: oats/go.sum
- name: Run acceptance tests
run: .github/scripts/run-acceptance-tests.sh
- name: upload log file
uses: actions/upload-artifact@v4
if: failure()
with:
name: docker-compose.log
path: oats/yaml/build/**/output.log