Skip to content

Use host network

Use host network #12

Workflow file for this run

name: Go Gin API Sample Integration tests
on:
pull_request:
paths:
- 'otel-recipes-schema.json'
- 'src/go/trace/gin-api/**'
- 'test/trace/**'
- '.github/workflows/api-integration-template.yml'
- '.github/workflows/go-gin-api.yml'
workflow_dispatch:
jobs:
integration-tests:
name: Test
uses: joaopgrassi/otel-recipes/.github/workflows/api-integration-template.yml@main

Check failure on line 14 in .github/workflows/go-gin-api.yml

View workflow run for this annotation

GitHub Actions / Go Gin API Sample Integration tests

Invalid workflow file

The workflow is not valid. .github/workflows/go-gin-api.yml (Line: 14, Col: 11): Input telemetry_signal is required, but not provided while calling.
with:
sample_name: go.gin.api
sample_path: ./src/go/trace/gin-api