alipay / container-auto-tune

Container Auto Tune is an intelligent parameter tuning product that helps developers, operators automatically adjust the application, analyzes JVM reasonable configuration parameters through intelligent algorithms.Please visit the official site for the quick start guide and documentation.
Apache License 2.0
32 stars 3 forks source link

add CI for project builder #5

Closed KaifeiHuang closed 1 year ago

KaifeiHuang commented 1 year ago

Which issue does this PR close?

Closes https://github.com/alipay/container-auto-tune/issues/4

Rationale for this change

Currently, this project has not ci to compile project when PR is created.

What changes are included in this PR?

add ci.yaml

Are there any user-facing changes?

No

How does this change test

Given the ci.yaml is added. When the collaborators submit PR to main branch. Then the ci will started And You can click the "Actions" to observe the "Java With Maven"