Skip to content

Commit 8a73428

Browse files
authored
chore: update to latest version of integ workflow (#169)
This one should also work from forks. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent b6faaba commit 8a73428

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.github/workflows/integ.yml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const repoProject = new yarn.Monorepo({
164164

165165
defaultReleaseBranch: 'main',
166166
devDeps: [
167-
'cdklabs-projen-project-types@^0.1.220',
167+
'cdklabs-projen-project-types',
168168
'glob',
169169
'semver',
170170
`@aws-sdk/client-s3@${CLI_SDK_V3_RANGE}`,
@@ -1328,11 +1328,11 @@ const APPROVAL_ENVIRONMENT = 'integ-approval';
13281328
const TEST_ENVIRONMENT = 'run-tests';
13291329

13301330
new CdkCliIntegTestsWorkflow(repo, {
1331+
sourceRepo: 'aws/aws-cdk-cli',
13311332
approvalEnvironment: APPROVAL_ENVIRONMENT,
13321333
testEnvironment: TEST_ENVIRONMENT,
13331334
buildRunsOn: POWERFUL_RUNNER,
13341335
testRunsOn: POWERFUL_RUNNER,
1335-
expectNewCliLibVersion: true,
13361336

13371337
localPackages: [
13381338
// CloudAssemblySchema is not in this list because in the way we're doing

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)