Skip to content

Commit

Permalink
clean log
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Nov 17, 2023
1 parent 33bd550 commit 4990d28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:

- run: pip install jq yq
- run: which xq
- run: echo $PATH
- run: echo '<hello>a<world tag="123"/>b</hello>' | xq

- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -89,7 +87,7 @@ jobs:
name: Run all tests ${{ inputs.runall_params }}

- name: "Test summary"
run: "pwd; find build; find . -path . -path '*build/out*txt' -ls ; grep -r '===.* in ' `find . -path '*build/out*txt'` "
run: "grep -r '===.* in ' `find . -path '*build/out*txt'`| sed -e 's/===*//g' "

- name: dump logs
if: ${{ inputs.dump_logs }}
Expand Down

0 comments on commit 4990d28

Please sign in to comment.