Skip to content

GH-0: Reuse Maven build outputs in CI tests#8

Closed
xborder wants to merge 1 commit into
mainfrom
codex/ci-reuse-maven-build-output
Closed

GH-0: Reuse Maven build outputs in CI tests#8
xborder wants to merge 1 commit into
mainfrom
codex/ci-reuse-maven-build-output

Conversation

@xborder

@xborder xborder commented Jun 12, 2026

Copy link
Copy Markdown
Owner

This removes the redundant clean goals from ci/scripts/test.sh so the test step can reuse the Maven build outputs produced by ci/scripts/build.sh.

The CI flow still runs the same build and test scripts, but test.sh no longer deletes the compiled reactor output immediately before running tests. This avoids recompiling the full project in the main test pass and avoids extra clean rebuilds for the JNI/C Data test passes.

Validation: the Test workflow passed on this PR, and the control PR is #7.

@github-actions

This comment has been minimized.

@xborder xborder added the chore label Jun 12, 2026
@xborder xborder closed this Jun 12, 2026
@xborder xborder deleted the codex/ci-reuse-maven-build-output branch June 12, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant