lasdf1234 opened a new pull request, #11075: URL: https://github.com/apache/gravitino/pull/11075
### What changes were proposed in this pull request? This PR adds a dedicated GitHub Actions workflow for `:plugins:idp-basic:test`. It introduces: - a standalone `idp-basic` workflow under `.github/workflows/idp-basic-test.yml` - path filtering so the workflow mainly runs for `idp-basic` and build-related changes - `dockerTest=true` in the test step so the workflow is ready for multi-database execution when `idp-basic` backend tests are present - artifact upload for `plugins/idp-basic` test reports on failure ### Why are the changes needed? `idp-basic` currently does not have a dedicated module-level CI workflow. Adding one makes the module easier to validate independently and prepares CI coverage for future backend tests in this module. Fix: # ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? ```bash ./gradlew :plugins:idp-basic:test -PskipITs -PskipDockerTests=false -PskipWeb=true ``` -- 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]
