CI: restore dependencies after checking in with cache
All checks were successful
.NET Tests / test (push) Successful in 1m19s
All checks were successful
.NET Tests / test (push) Successful in 1m19s
This commit is contained in:
parent
78d5fac91e
commit
822651fb68
@ -14,9 +14,6 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '9.0.x'
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
@ -26,6 +23,9 @@ jobs:
|
||||
restore-keys: |
|
||||
nuget-${{ runner.os }}
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
- name: Build application
|
||||
run: dotnet build --no-restore
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user