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 02c2b32 commit 5256b51Copy full SHA for 5256b51
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
fetch-depth: 0
13
- name: Setup .NET 6
14
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v3
15
16
dotnet-version: 6.0.x
17
- run: dotnet test src --configuration Release --filter 'TestCategory=Completed'
0 commit comments