-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm-test-integ cannot run in the pipeline #6328
Comments
Thinking on this some more... an "npm install" of jest and I'm leaning towards a separate |
What about |
What about it? |
Doesn't the integration test use it? |
No. We have 2 completely different things we both call "integration tests". We should rename one of them. "template tests" or something. |
This one was fixed in #7041. |
|
The new CLI test
npm-test-integ
, which was introduced as part of #5856 cannot be executed as part of our CI pipeline because it assumes we have a development environment (cdk-integ
for example).We removed this test in #6327 to unblock our builds, but we need to figure what to do about it.
Error Log
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: