Added Docker sanity check.
Some checks failed
ci / build-test (push) Has been cancelled

This commit is contained in:
2025-11-02 15:06:37 -05:00
parent 6f0c7d1b16
commit 4a37b872bd

View File

@@ -15,7 +15,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
dotnet-version: '9.0.x'
- name: Docker sanity (ensures socket mount is working)
run: docker version
- uses: actions/cache@v4
with:
path: ~/.nuget/packages