We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098f61c commit 89db49fCopy full SHA for 89db49f
.github/workflows/integration-test.yml
@@ -32,6 +32,11 @@ jobs:
32
test:
33
name: Run Integration Test
34
runs-on: ubuntu-latest
35
+ services:
36
+ otel-collector:
37
+ image: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s:0.131.1
38
+ volumes:
39
+ - .:/mnt
40
steps:
41
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42
with:
0 commit comments