Skip to content

Commit

Permalink
fix summary
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Nov 16, 2023
1 parent 898557e commit f2ef431
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- run: echo $PATH
- run: echo '<hello>a<world tag="123"/>b</hello>' | xq

- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
show-progress: false

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

- name: "Test summary"
run: pwd; grep -r '===.* in ' build/
run: "pwd; find build; find */build; grep -r '===.* in ' `find . -path '*build/out*txt'` "

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

0 comments on commit f2ef431

Please sign in to comment.