Hisoka-X commented on PR #219: URL: https://github.com/apache/seatunnel-web/pull/219#issuecomment-2381069328
The test in CI in fact is trigger mvn script. Please refer https://github.com/apache/seatunnel/blob/dev/.github/workflows/backend.yml#L645 We already have some config in https://github.com/apache/seatunnel-web/blob/main/.github/workflows/backend.yml#L161 Just need add new script into `backend.yml`. > However, the Seatunnel distribution is still required. We can execute mvn install before test with seatunnel-web. 1. Checkout seatunnel dev branch, https://github.com/apache/seatunnel/blob/dev/.github/workflows/backend.yml#L86 2. execute mvn install and other script which execute in local before. (Like set `SEATUNNEL_HOME`) 3. Run mvn test by mvn script. all these step can be done with github action `run` https://github.com/apache/seatunnel/blob/dev/.github/workflows/backend.yml#L315 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
