Skip to content

Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.14.0-alpha to 2.15.0-alpha #420

Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.14.0-alpha to 2.15.0-alpha

Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.14.0-alpha to 2.15.0-alpha #420

name: OpenTelemetry Acceptance Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
acceptance-tests:
runs-on: ubuntu-24.04
steps:
- name: Check out
uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: Run acceptance tests
run: mise run acceptance-test
- name: upload log file
uses: actions/upload-artifact@v4
if: failure()
with:
name: OATs logs
path: build/**/*.log