File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ make configure
2222cp submit/assert.bash .github/jobs/configure-checks/
2323
2424# Run the configure tests for this usecase
25- test_path=" /__w/domjudge/domjudge" bats .github/jobs/configure-checks/all.bats
25+ mkdir /tmp/bats_logs
26+ test_path=" /__w/domjudge/domjudge" bats --print-output-on-failure --gather-test-outputs-in /tmp/bats_logs .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v4
3434 - name : Setup image and run bats tests
3535 run : .github/jobs/configure-checks/setup_configure_image.sh
36+ - name : Upload all logs/artifacts
37+ if : ${{ !cancelled() }}
38+ uses : actions/upload-artifact@v4
39+ with :
40+ name : ${{ matrix.os }}-${{ matrix.version }}-logs
41+ path : |
42+ /tmp/bats_logs
You can’t perform that action at this time.
0 commit comments