add output
All checks were successful
judge / Build judge (push) Successful in 8s
judge / Linux / gcc / Debug (push) Successful in 9s
judge / Linux / clang / Release (push) Successful in 10s
judge / Linux / gcc / Release (push) Successful in 11s
judge / Linux / gcc / Sanitized (push) Successful in 10s
judge / Linux / clang / Sanitized (push) Successful in 10s
judge / Linux / gcc / Debug (valgrind) (push) Successful in 23s
judge / Windows / clang / Debug (push) Successful in 45s
judge / Windows / clang / Release (push) Successful in 43s
judge / Windows / msvc / Debug (push) Successful in 52s
judge / Windows / msvc / Release (push) Successful in 48s
judge / SUMMARY (push) Successful in 4s

This commit is contained in:
2026-04-06 14:38:13 +03:00
parent 4618c5f987
commit 81d667095f

View File

@@ -184,7 +184,7 @@ jobs:
- name: Aggregate - name: Aggregate
shell: bash shell: bash
run: judge aggregate reports > SUMMARY.md run: judge aggregate reports | tee SUMMARY.md
- name: Upload summary - name: Upload summary
uses: https://github.com/christopherHX/gitea-upload-artifact@v4 uses: https://github.com/christopherHX/gitea-upload-artifact@v4