-
Notifications
You must be signed in to change notification settings - Fork 239
Include RIC pr target in GitHub action #193
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
Conversation
.../src/test/java/com/amazonaws/services/lambda/runtime/api/client/CustomerClassLoaderTest.java
Outdated
Show resolved
Hide resolved
aws-lambda-java-runtime-interface-client/src/main/jni/Dockerfile.glibc
Outdated
Show resolved
Hide resolved
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!
# Test Runtime Interface Client | ||
- name: Run 'pr' target | ||
working-directory: ./aws-lambda-java-runtime-interface-client | ||
run: make pr |
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.
Looks like this actually takes a while - I suggest we create a separate workflow that would only trigger if changes were made for the RIC (aws-lambda-java-runtime-interface-client
).
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.
We could even take the opportunity to define a workflow per package as there is probably no need to build them all on every change.
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.
Creating a follow up PR for restructuring the workflow.
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.
Sounds good!
Description of changes:
pr
target in GitHub action and removed the building commands that were already there since thepr
target would also build them and would generate conflictsBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.