jamesnetherton opened a new issue #836: Optimize PR build GitHub action
URL: https://github.com/apache/camel-quarkus/issues/836
 
 
   The Quarkus project has a `native-tests` job in their [GitHub CI 
actions](https://github.com/quarkusio/quarkus/blob/master/.github/workflows/ci-actions.yml).
 What's interesting is that it defines the integration tests for each 
functional area in a `test-modules` block.
   
   It'd be useful to do a similar thing in our own workflow, as we could remove 
a lot of the boilerplate actions and duplicated logic.
   
   We should also configure `paths-ignore` for stuff that we know does not 
require a full project build. E.g adoc files, license file etc.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to