We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc9b8a commit 9e5afadCopy full SHA for 9e5afad
.github/workflows/test.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
21
with:
22
dotnet-version: "9.0.101"
23
+ cache: true
24
+ cache-dependency-path: "**/packages.lock.json"
25
26
- name: Run tests
27
run: pwsh bin/test.ps1
0 commit comments