Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Initial workflow target testing configuration #69

Conversation

bflad
Copy link
Member

@bflad bflad commented Nov 25, 2024

Reference: https://linear.app/speakeasy/issue/GEN-590/feature-workflow-configuration-updates-for-target-testing

This change enables the following opt-in workflow configuration so customers can enable target testing via speakeasy run and direct/test mode in GitHub Actions:

sources:
  SOURCE_NAME:
    inputs:
      - # ...
targets:
  TARGET_NAME:
    source: SOURCE_NAME
    target: TARGET
    testing:
      enabled: true

Reference: https://linear.app/speakeasy/issue/GEN-590/feature-workflow-configuration-updates-for-target-testing

This change enables the following opt-in workflow configuration so customers can enable target testing via `speakeasy run` and direct/test mode in GitHub Actions:

```yaml
sources:
  SOURCE_NAME:
    inputs:
      - # ...
targets:
  TARGET_NAME:
    source: SOURCE_NAME
    target: TARGET
    testing:
      enabled: true
```
Copy link

linear bot commented Nov 25, 2024

@bflad bflad merged commit fce5153 into main Nov 26, 2024
1 check passed
@bflad bflad deleted the bflad/gen-590-feature-workflow-configuration-updates-for-target-testing branch November 26, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants