Skip to content

Commit 10a0afe

Browse files
authored
Caching nuget packages in test workflow (#169)
1 parent b8a819a commit 10a0afe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/setup-dotnet@v4
2323
with:
2424
global-json-file: ./global.json
25+
cache: true
26+
cache-dependency-path: "**/*.csproj"
2527
- name: Install Report Generator
2628
run: dotnet tool install --global dotnet-reportgenerator-globaltool
2729
- name: Restore

0 commit comments

Comments
 (0)