This commit is contained in:
@@ -20,12 +20,6 @@ jobs:
|
|||||||
- name: Docker sanity (ensures socket mount is working)
|
- name: Docker sanity (ensures socket mount is working)
|
||||||
run: docker version
|
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 restore
|
||||||
- run: dotnet build --configuration Release --no-restore
|
- run: dotnet build --configuration Release --no-restore
|
||||||
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"
|
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"
|
||||||
Reference in New Issue
Block a user