diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 79eee6b6..7371b060 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -5,6 +5,11 @@ sources: inputs: - location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs output: .speakeasy/glean-merged-spec.yaml + local-debug: + inputs: + - location: .speakeasy/glean-merged-spec.yaml + registry: + location: registry.speakeasyapi.dev/glean-el2/sdk/local-debug targets: glean: target: python @@ -20,3 +25,12 @@ targets: blocking: false testing: enabled: true + local-debug: + target: python + source: local-debug + codeSamples: + labelOverride: + fixedValue: Python (API Client) + blocking: false + testing: + enabled: true