mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Fix CI output
closes https://github.com/official-stockfish/Stockfish/pull/4669 No functional change
This commit is contained in:
parent
e699fee513
commit
ee023d7fd7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stockfish_test.yml
vendored
2
.github/workflows/stockfish_test.yml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
|||
for hash in $(git rev-list -100 HEAD); do
|
||||
benchref=$(git show -s $hash | tac | grep -m 1 -o -x '[[:space:]]*\b[Bb]ench[ :]\+[1-9][0-9]\{5,7\}\b[[:space:]]*' | sed 's/[^0-9]//g') && break || true
|
||||
done
|
||||
[[ -n "$benchref" ]] && echo "benchref=$benchref" >> $GITHUB_ENV && echo "From commit: $(git rev-parse HEAD~$n)" && echo "Reference bench: $benchref" || echo "No bench found"
|
||||
[[ -n "$benchref" ]] && echo "benchref=$benchref" >> $GITHUB_ENV && echo "From commit: $hash" && echo "Reference bench: $benchref" || echo "No bench found"
|
||||
|
||||
- name: Check compiler
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue