Skip to content

Commit 84ec710

Browse files
authored
chore(cli-integ): remove debug integ workflow patch (#61)
As part of debugging a specific test failure in #51, I committed a projen patch to force the integ suite to only run a specific test. The patch didn't work, but the PR got merged because the test was already fixed apparently due to a prior commit I made. I just wasn't patient enough to wait for confirmation after fixing the test. This removes that patch.
1 parent 24f9420 commit 84ec710

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/integ.yml

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

.projenrc.ts

-3
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,4 @@ new CdkCliIntegTestsWorkflow(repo, {
242242
localPackages: [cliInteg.name],
243243
});
244244

245-
// temporary while debugging why the "cdk import prompts the user for sns topic arns"
246-
// fails on github.
247-
repo.tryFindObjectFile('.github/workflows/integ.yml')!.addOverride('jobs.integ_matrix.steps.11.run', 'bin/run-suite -t "cdk import prompts the user for sns topic arns" --use-cli-release=${{ steps.versions.outputs.cli_version }} --framework-version=${{ steps.versions.outputs.lib_version }} ${{ matrix.suite }}')
248245
repo.synth();

0 commit comments

Comments
 (0)