-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat: test build only on changed code #867
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -59,35 +75,3 @@ jobs: | |||
esac | |||
done | |||
|
|||
build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step needs to be there for CI to work.
Find a way to get $path2
over here.
Pull request has been modified.
Thank you for contributing! Your pull request is now being automatically merged. |
This PR fixes the CI build process to only attempt to synth cdk apps that have code that actually changed, instead of building all of apps for a particular language.
Fixes #
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.