Skip to content

Commit

Permalink
try something in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Jul 12, 2024
1 parent 5ab8abb commit 1f7289f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
- name: Report
run: |
echo "::add-matcher::.github/problem-matchers/gcc.json"
egrep "warning:|error:" ${{runner.workspace}}/build-output.txt \
| egrep -v "Submodules/amrex" | sort | uniq \
| awk 'BEGIN{i=0}{print $0}{i++}END{print "Warnings: "i}' > ${{runner.workspace}}/build-output-warnings.txt
Expand Down

0 comments on commit 1f7289f

Please sign in to comment.