Skip to content

Commit

Permalink
debug: code-coverage exits with status 1 (Postgres)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 8, 2024
1 parent 0ae1b64 commit 63f3909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
if: always()
run: |
## --------------------------------------------------------------------
set -x
log=$(find ${{ runner.workspace }}/logs-docker/ -name '*postgres*.log')
awk '/(ERROR:|STATEMENT:)/{flag=1}/LOG:|^[A-Z]/{flag=0}flag {print $0}' $log
Expand Down

0 comments on commit 63f3909

Please sign in to comment.