Replies: 1 comment
-
Also running into this, using Windows 11. It does succeed to run the test using Github Actions and on ubuntu-latest, so likely due to my machine. Have both esbuild and docker installed. Did you manage to solve it @RiccoA? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the integ-runner library but I haven't been able to do a successful snapshot or test with any cdk project. I suspect it's something in my environment.
I am running the tests in this project: https://github.com/aws-samples/cdk-integ-tests-sample.
And this is the error I get:
Error during integration test: Error: spawnSync cdk ENOENT
My cdk synth and cdk deploy both are working correctly and I have docker installed, and I'm using windows 10.
Beta Was this translation helpful? Give feedback.
All reactions