Skip to content

Commit 89db49f

Browse files
committed
chore: Add test service to see if we can mount volumes
1 parent 098f61c commit 89db49f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
test:
3333
name: Run Integration Test
3434
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
3540
steps:
3641
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3742
with:

0 commit comments

Comments
 (0)