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

chore(codegen): generate and run SSDK protocol tests during CI #2558

Merged
merged 1 commit into from Jul 14, 2021

Commits on Jul 14, 2021

  1. chore(codegen): generate and run SSDK protocol tests during CI

    This sets up a server-only mode for generate-clients, and a set of yarn targets
    that generate and run server protocol tests. The CodeBuild CI for clients uses
    Node 10, while SSDKs require Node 14, so this sets up an additional GitHub
    action for running the SSDK protocol tests and excludes SSDK protocol tests
    from the client targets. When the client is updated to support 14 as a minimum
    version, this distinction can be removed.
    adamthom-amzn committed Jul 14, 2021
    Copy the full SHA
    a1e22f1 View commit details
    Browse the repository at this point in the history