This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user