Removed caching for now.
Some checks failed
ci / build-test (push) Failing after 2m12s

This commit is contained in:
2025-11-02 15:10:28 -05:00
parent 4a37b872bd
commit 02a5073c93

View File

@@ -19,13 +19,7 @@ jobs:
- name: Docker sanity (ensures socket mount is working)
run: docker version
- uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj') }}
restore-keys: |
nuget-${{ runner.os }}-
- run: dotnet restore
- run: dotnet build --configuration Release --no-restore
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"