Skip to content

Commit 102beae

Browse files
CI: add package caching (#2389)
1 parent 63090bb commit 102beae

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
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
2121
with:
2222
dotnet-version: "9.0.101"
23+
cache: true
24+
cache-dependency-path: "**/packages.lock.json"
2325

2426
- name: Run tests
2527
run: pwsh bin/test.ps1

0 commit comments

Comments
 (0)