Skip to content

Commit

Permalink
test summary in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Nov 14, 2023
1 parent 077bbc4 commit fad7ab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
if: ${{ ! inputs.skip_test }}
name: Run all tests ${{ inputs.runall_params }}

- name: Test summary:
run: grep -r '===.* in ' build/

- name: dump logs
if: ${{ inputs.dump_logs }}
run: for d in build/*/*.log; do echo === $d:; cat $d | perl -pe 's/(?:runbundler-)?(\S+?)(?:-1)?[\s|]+(\S+)/$2 $1 /' | sort ; done
Expand Down

0 comments on commit fad7ab8

Please sign in to comment.