Skip to content

feat(comp/otelcol): component to filter OTEL telemetry #13178

feat(comp/otelcol): component to filter OTEL telemetry

feat(comp/otelcol): component to filter OTEL telemetry #13178

Workflow file for this run

name: Test
on:
# Run tests on main just so the module and build cache can be saved and used
# in PRs. This speeds up the time it takes to test PRs dramatically.
# (More information on https://docs.github.com/en/enterprise-server@3.6/actions/using-workflows/caching-dependencies-to-speed-up-workflows)
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
platform: [macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go 1.21
uses: actions/setup-go@v3
with:
go-version: "1.21.0"
cache: true
- name: Test
run: make GO_TAGS="nodocker" test