Skip to content

Commit 75b8256

Browse files
authored
feat(cli-integ): release @aws-cdk-testing/cli-integ (#912)
#905 intended to trigger a release for `@aws-cdk-testing/cli-integ`, where it did not rely on the deprecated `cli-lib-alpha` module. because it was marked as a chore, the release was skipped and the latest version still runs the tests that were removed in #905. These tests are now failing because they cannot find the right version of `cli-lib-alpha`. By releasing a version of `@aws-cdk-testing/cli-integ`, we won't have to worry about this anymore. this PR is intended to trigger a release and nothing else. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent e46adaf commit 75b8256

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@aws-cdk-testing/cli-integ/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ bin/run-suite -a cli-integ-tests -t 'load old assemblies'
7878

7979
### Running a test suite against binaries
8080

81-
The test suites that run the "init tests" require actual packages staged in CodeArtifact repositories to run. This requires you to do a full build, then create a CodeArtifact repository in your own account, uploading the packages there, and then running the tests in a shell configured to have NPM, Pip, Maven etc look for those packages in CodeArtifact.
81+
The test suites that run the "init tests" require actual packages staged in CodeArtifact repositories to run.
82+
This requires you to do a full build, then create a CodeArtifact repository in your own account, uploading the packages there, and then running the tests in a shell configured to have NPM, Pip, Maven etc look for those packages in CodeArtifact.
8283

8384
```shell
8485
# Build and pack all of CDK (in the `aws-cdk` repo, will take ~an hour)

0 commit comments

Comments
 (0)