Skip to content

Commit 8bbe2e6

Browse files
ci: Add setup-dotnet to test
1 parent eccb21b commit 8bbe2e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout code base
1818
uses: actions/checkout@v2
19+
20+
- uses: actions/setup-dotnet@v3
21+
with:
22+
dotnet-version: '7.0.x'
1923

2024
- name: Run tests
2125
run: dotnet test --verbosity normal -f ${{ matrix.dotnet }}

0 commit comments

Comments
 (0)