Skip to content

Bump io.opentelemetry:opentelemetry-bom-alpha from 1.27.0-alpha to 1.30.0-alpha in /opbeans #121

Bump io.opentelemetry:opentelemetry-bom-alpha from 1.27.0-alpha to 1.30.0-alpha in /opbeans

Bump io.opentelemetry:opentelemetry-bom-alpha from 1.27.0-alpha to 1.30.0-alpha in /opbeans #121

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build
run: make build
- name: Run test
run: make test
- name: Store test results
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: test-results
path: target/*.xml