Skip to content

Commit

Permalink
fix(code-coverage): Fix awk syntax error - part 9
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 7, 2024
1 parent e8650df commit 4093dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ jobs:
awk '/(ERROR:|STATEMENT:)/{flag=1}/LOG:|^[A-Z]/{flag=0}flag {print $0}' $log
# Throw errors on ERRORs
grep -q "ERROR" $log
# Throw error if ERRORs are found
grep -qv "ERROR:" $log
code-coverage-mssql:
name: 🧪 Tests (SQL Server 2019)
Expand Down

0 comments on commit 4093dd1

Please sign in to comment.