Skip to content
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

Optimize PR build GitHub action #836

Closed
jamesnetherton opened this issue Mar 3, 2020 · 0 comments · Fixed by #861
Closed

Optimize PR build GitHub action #836

jamesnetherton opened this issue Mar 3, 2020 · 0 comments · Fixed by #861
Assignees
Labels

Comments

@jamesnetherton
Copy link
Contributor

The Quarkus project has a native-tests job in their GitHub CI actions. 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.

@jamesnetherton jamesnetherton self-assigned this Mar 9, 2020
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Mar 9, 2020
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Mar 9, 2020
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Mar 9, 2020
@ppalaga ppalaga added this to the No fix/wont't fix milestone Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants