Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix build
Browse files Browse the repository at this point in the history
MarcosCobena committed Dec 2, 2024
1 parent 332fa6e commit 939b20c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
# Test reporting based on: https://rakesh-suryawanshi.medium.com/unit-testing-report-with-github-actions-7216f340044e
- name: Test
run: dotnet test src/Sample/Sample.Tests/Sample.Tests.csproj --logger "trx;LogFileName=test-results.trx" || true

0 comments on commit 939b20c

Please sign in to comment.