Open apupier opened 1 year ago
still failing regularly, for instance: https://github.com/KaotoIO/kaoto-backend/actions/runs/4292696938/jobs/7479458312#step:6:9970
Thinking about this it looks like we are building once and then pulling built artifacts from cache and run just tests on different platfroms. Am I right? Shoudln't we rather build the backend on each platform and then run tests? @Delawen @apupier
it is rebuilt on each platform.
mvn install
is used https://github.com/KaotoIO/kaoto-backend/blob/fbd3e9e7c8b59931cbf71fde838431cec642071b/.github/workflows/analysis.yml#L118
we can see that there is some compilation happening on Windows for instance: https://github.com/KaotoIO/kaoto-backend/actions/runs/4311717583/jobs/7521405316#step:5:85
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
KameletParseCatalogTest is often failing on Mac OS on Github Workflow
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Logs
https://github.com/KaotoIO/kaoto-backend/actions/runs/3987100715/jobs/6836477839#step:6:9967
Environment (please complete the following information):
Additional context Add any other context about the problem here.