Skip to content

Commit 73f281c

Browse files
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*
1 parent 3d3c742 commit 73f281c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/request-cli-integ-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ jobs:
2727
- packages/aws-cdk/bin/**
2828
- packages/aws-cdk/lib/**
2929
- packages/aws-cdk/test/**
30+
- packages/cdk-assets/bin/**
31+
- packages/cdk-assets/lib/**
32+
- packages/cdk-assets/test/**
33+
- packages/aws-cdk-lib/cloud-assembly-schema/lib/**
34+
- packages/aws-cdk-lib/cloud-assembly-schema/schema/**
35+
- packages/aws-cdk-lib/cloud-assembly-schema/scripts/**
36+
- packages/aws-cdk-lib/cloud-assembly-schema/test/**
37+
- packages/@aws-cdk/cloudformation-diff/lib/**
38+
- packages/@aws-cdk/cloudformation-diff/test/**
3039
submit-to-test-pipeline:
3140
environment: test-pipeline
3241
needs: cli-changes

0 commit comments

Comments
 (0)