Skip to content

Forward maven exit code to rake tasks to fix false positives on CI - #565

Merged
kares merged 1 commit into
jruby:masterfrom
mjansing:master
Jul 17, 2025
Merged

Forward maven exit code to rake tasks to fix false positives on CI#565
kares merged 1 commit into
jruby:masterfrom
mjansing:master

Conversation

@mjansing

@mjansing mjansing commented Jul 17, 2025

Copy link
Copy Markdown
Contributor

This PR ensures that Maven’s exit code is propagated to the Rake tasks, fixing a problem where CI falsely reports success despite failing integration tests (fixes #563). Rake tasks that invoke Maven currently always return exit 0.

See: https://github.com/jruby/warbler/actions/runs/15866068938/job/44733092626#step:7:1212

@mjansing mjansing changed the title Forward maven exit code to rake tasks to fix false positives on CI (#563) Forward maven exit code to rake tasks to fix false positives on CI Jul 17, 2025
@kares
kares merged commit 3f9c91c into jruby:master Jul 17, 2025
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integration tests appear to fail despite green CI status

2 participants