Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: .NET Test & Coverage
permissions:
checks: write
contents: read
issues: write

on:
push:
Expand Down Expand Up @@ -39,11 +38,11 @@ jobs:
run: dotnet build --no-restore --configuration Release

- name: Pull PostgreSQL Docker image
run: docker pull postgres:latest
run: docker pull postgres:17

- name: Test with coverage
env:
# Testcontainers configuration for CI
# Ryuk cleanup is kept privileged so failed CI runs still remove sibling Docker resources.
TESTCONTAINERS_RYUK_DISABLED: false
TESTCONTAINERS_RYUK_CONTAINER_PRIVILEGED: true
DOCKER_HOST: unix:///var/run/docker.sock
Expand Down
Loading