Skip to content

Commit

Permalink
Setup .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Dec 27, 2024
1 parent 00a06e3 commit e0212d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# -
# name: Setup .NET
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: '9.0.x'
-
name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
-
name: Run tests
run: dotnet test --framework net9.0
Expand Down

0 comments on commit e0212d4

Please sign in to comment.