You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, through the continuous-integration.yml in GithubActions, we know that integration tests are conducted when there is a push to the main branch.
I am aware that integration tests involve the use of an API key, which incurs costs.
I propose configuring a process to execute
./mvnw clean package
when a PR occurs, to perform simple compilation and unit tests. This approach could be more efficient in terms of productivity.