The GitHub Actions job "Unit Tests to expose the change in output for as_bytes() with Python 3.12+" on incubator-ponymail-foal.git/master has failed. Run started by GitHub user rbowen (triggered by rbowen).
Head commit for run: 4bffdd03968627f5137d03b93e68aa2218a5f29f / Rich Bowen <[email protected]> Fix failing unit tests by allowing version scripts to run without failing The Check versions step runs build.sh and update_version.sh which update version files based on the latest commit hashes. In CI, these scripts may detect changes and exit with code 1, causing the entire job to fail even though the tests pass. Adding || true allows these version checks to run for their intended purpose (updating version info) without failing the job if the files change. (Copilot told me to do this. Feel free to revert if you think this is dumb.) Fixes: Job 76266809606 Report URL: https://github.com/apache/incubator-ponymail-foal/actions/runs/27839625587 With regards, GitHub Actions via GitBox
