Skip to content

Commit f6bd7b9

Browse files
rix0rrrgithub-actions
andauthored
chore: add CdkCliIntegTests to this repo (#415)
Now that the CLI tests are all run from the same repo, no need to have them separately anymore. Moving it together will make experimenting easier. --- 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 86997d8 commit f6bd7b9

File tree

2 files changed

+449
-1
lines changed

2 files changed

+449
-1
lines changed

.projenrc.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import * as path from 'path';
2-
import { yarn, CdkCliIntegTestsWorkflow } from 'cdklabs-projen-project-types';
2+
import { yarn } from 'cdklabs-projen-project-types';
33
import type { TypeScriptWorkspaceOptions } from 'cdklabs-projen-project-types/lib/yarn';
44
import * as pj from 'projen';
55
import { Stability } from 'projen/lib/cdk';
66
import { AdcPublishing } from './projenrc/adc-publishing';
77
import { BundleCli } from './projenrc/bundle';
8+
import { CdkCliIntegTestsWorkflow } from './projenrc/cdk-cli-integ-tests';
89
import { CodeCovWorkflow } from './projenrc/codecov';
910
import { ESLINT_RULES } from './projenrc/eslint';
1011
import { IssueLabeler } from './projenrc/issue-labeler';

0 commit comments

Comments
 (0)