Skip to content

Commit

Permalink
Update action file
Browse files Browse the repository at this point in the history
  • Loading branch information
afxres committed Oct 21, 2024
1 parent 158528a commit 7d51e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-version: "9.0.x"
dotnet-quality: "preview"

- name: Test
run: sh scripts/workflow-test.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/workflow-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cd code
dotnet restore
dotnet build
dotnet test -f net8.0 --collect:"XPlat Code Coverage;Format=lcov"
dotnet test --collect:"XPlat Code Coverage;Format=lcov"

0 comments on commit 7d51e20

Please sign in to comment.