Skip to content

feat: add trace exporter configs #337

feat: add trace exporter configs

feat: add trace exporter configs #337

Workflow file for this run

name: test-pipeline
on:
pull_request:
branches:
- "**"
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Install tools
run: make install-ci
- name: Run unit tests and lint
run: make test-and-lint