The GitHub Actions job "GraphAr Java Info CI" on 
incubator-graphar.git/feat/java-info-unit-tests has failed.
Run started by GitHub user Thespica (triggered by Thespica).

Head commit for run:
51f6f7f07be805c769b0df7d7bd652c69a8f3b7f / google-labs-jules[bot] 
<161369871+google-labs-jules[bot]@users.noreply.github.com>
fix: Simplify java-info CI by removing unnecessary dependencies

This commit updates the GitHub Actions workflow in 
`.github/workflows/java-info-ci.yml` for the `java-info` module.

Based on your feedback, the C++ related dependencies (Arrow, LLVM, Clang, 
libcurl, libz) are not required for testing the pure Java `java-info` module. 
This commit removes the installation steps for these dependencies, simplifying 
and speeding up the CI job.

The workflow now includes:
- Triggers on pushes and pull requests to the `main` branch for relevant paths.
- Runs on `ubuntu-latest`.
- Performs a code format check using the Spotless Maven plugin.
- Executes the JUnit tests for the `java-info` module using Maven with Java 11.
- Sets the `GAR_TEST_DATA` environment variable for test execution.

This change makes the CI workflow for `java-info` more efficient and tailored 
to its actual needs.

Report URL: https://github.com/apache/incubator-graphar/actions/runs/15214109832

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org
For additional commands, e-mail: commits-h...@graphar.apache.org

Reply via email to