From 73f281c34585cc91a839816653caa0a50defbd7b Mon Sep 17 00:00:00 2001 From: Kendra Neil <53584728+TheRealAmazonKendra@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:53:26 -0700 Subject: [PATCH] chore: add packages for cli integ testing (#29790) The packages added below also impact the CLI and should be run through that test pipeline. ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .github/workflows/request-cli-integ-test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/request-cli-integ-test.yml b/.github/workflows/request-cli-integ-test.yml index 1b37dede1a153..e32c61ffb4988 100644 --- a/.github/workflows/request-cli-integ-test.yml +++ b/.github/workflows/request-cli-integ-test.yml @@ -27,6 +27,15 @@ jobs: - packages/aws-cdk/bin/** - packages/aws-cdk/lib/** - packages/aws-cdk/test/** + - packages/cdk-assets/bin/** + - packages/cdk-assets/lib/** + - packages/cdk-assets/test/** + - packages/aws-cdk-lib/cloud-assembly-schema/lib/** + - packages/aws-cdk-lib/cloud-assembly-schema/schema/** + - packages/aws-cdk-lib/cloud-assembly-schema/scripts/** + - packages/aws-cdk-lib/cloud-assembly-schema/test/** + - packages/@aws-cdk/cloudformation-diff/lib/** + - packages/@aws-cdk/cloudformation-diff/test/** submit-to-test-pipeline: environment: test-pipeline needs: cli-changes