The workflow should be updated to upload all logs as build aritfacts. You can then download them when needed from GitHub:
https://github.com/marketplace/actions/upload-a-build-artifact Since you need the logs even if build fails you need to make sure you set up that step of the workflow to always run. Something like this: - name: Archive Build Logs if: always() uses: actions/upload-artifact@v4 with: name: build-logs path: logs/ On Fri, Feb 21, 2025 at 6:11 AM Daniel Sahlberg <daniel.l.sahlb...@gmail.com> wrote: > > Hi, > > There seems to be a failure with the davautocheck on ubuntu-22.04-arm: > > [[[ > At least one test FAILED, checking > /home/runner/work/subversion/subversion/tests.log > 345FAIL: merge_reintegrate_tests.py 2: merge --reintegrate with renamed file > on branch > ]]] > > Is there a way to access tests.log to see some more information on the > failure? > > Cheers, > Daniel > > > Den fre 21 feb. 2025 kl 09:03 skrev GitBox <g...@apache.org>: >> >> >> The GitHub Actions job "autoconf" on subversion.git has failed. >> Run started by GitHub user asfgit (triggered by asfgit). >> >> Head commit for run: >> a74da7a4bb60f4b6f30483fb0516423906fee1df / Daniel Sahlberg >> <dsahlb...@apache.org> >> Replace tigris.org url with apache.org. >> >> * subversion/tests/README >> Replace link to issue tracker >> >> >> git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1923953 >> 13f79535-47bb-0310-9956-ffa450edef68 >> >> Report URL: https://github.com/apache/subversion/actions/runs/13452356465 >> >> With regards, >> GitHub Actions via GitBox >>