Skip to content

Commit

Permalink
fix(code-coverage): Fix awk syntax error - part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 7, 2024
1 parent 60ddbf7 commit 2ea7077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ jobs:
if: always()
run: |
## --------------------------------------------------------------------
log=$(find ${{ runner.workspace }}/logs-docker/ -name 'postgres*.log')
ls ${{ runner.workspace }}/logs-docker/
log=$(find ${{ runner.workspace }}/logs-docker/ -name '*postgres*.log')
# Print the entire log file for debugging
cat $log
Expand Down

0 comments on commit 2ea7077

Please sign in to comment.