-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cdk-integ): Update cdk-integ to use new context file (#1962)
Running integ tests is currently broken, since the integ tests will write context to `cdk.json`, which then gets moved to `cdk.context.json`. `cdk.json` gets cleaned up afterwards but `cdk.context.json` does not, so it gets left there and messes up the next integ run. Just write all fake context to `cdk.context.json` right now as intended.
- Loading branch information
1 parent
1767b61
commit dbd2401
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters