Skip to content

Commit ed26efc

Browse files
rix0rrrgithub-actions
andauthored
chore: add toolkit-lib to the set of locally tested packages (#463)
Without these changes we only ever test against the publicly released version of `@aws-cdk/toolkit-lib`. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 3823937 commit ed26efc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/integ.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ const toolkitLib = configureProject(
812812
module: 'NodeNext',
813813
},
814814
},
815+
nextVersionCommand: 'tsx ../../projenrc/next-version.ts maybeRc',
815816
}),
816817
);
817818

@@ -1669,6 +1670,7 @@ new CdkCliIntegTestsWorkflow(repo, {
16691670
cliLib.name,
16701671
cdkAliasPackage.name,
16711672
cliInteg.name,
1673+
toolkitLib.name,
16721674
],
16731675

16741676
allowUpstreamVersions: [

packages/@aws-cdk/toolkit-lib/.projen/tasks.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)