diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5ba626a..f0cf7be 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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" \ No newline at end of file