Skip to content

fix duplicate initialization of OTel APIs in eval CLI #3

fix duplicate initialization of OTel APIs in eval CLI

fix duplicate initialization of OTel APIs in eval CLI #3

Workflow file for this run

name: Build package
on:
pull_request:
types: [opened, synchronize]
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build