Skip to content

Commit

Permalink
feat(code-coverage): Detect ERRORs in Postgres logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 7, 2024
1 parent 2bb0447 commit fab9e44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ jobs:
cat $logs
# Throw errors on ERRORs
grep -qv "ERROR" $logs || { echo "PostgreSQL backend threw ERRORs"; exit 1; }
code-coverage-mssql:
name: 🧪 Tests (SQL Server 2019)
runs-on: ubuntu-latest
Expand Down

0 comments on commit fab9e44

Please sign in to comment.