Skip to content

Commit 11af41d

Browse files
chore: add mixins-preview build to service spec workflow (#36300)
### Issue # (if applicable) N/A ### Reason for this change See #36299 (comment) ### Description of changes Added a step to build `mixins-preview` before the L1 generation step ### Describe any new or updated permissions being added N/A ### Description of how you validated changes ### 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 cb82627 commit 11af41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spec-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
# Build @aws-cdk/spec2cdk and run L1 gen script to generate base files for new modules
5959
- name: Build @aws-cdk/spec2cdk
6060
run: lerna run build --stream --no-progress --skip-nx-cache --scope @aws-cdk/spec2cdk
61-
- name: Generate L1s
62-
working-directory: packages/aws-cdk-lib
61+
- name: Generate code
6362
run: yarn gen
63+
run: lerna run gen --stream --no-progress --skip-nx-cache --scope aws-cdk-lib --scope @aws-cdk/mixins-preview
6464

6565
# Next, create and upload the changes as a patch file. This will later be downloaded to create a pull request
6666
# Creating a pull request requires write permissions and it's best to keep write privileges isolated.

0 commit comments

Comments
 (0)