Skip to content

Commit

Permalink
ci: need logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Dec 14, 2023
1 parent b5970ea commit 7eb148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Restore
run: dotnet restore -r ${{ env.ARCH }}
- name: Tets
run: dotnet test -c ${{env.CONFIGURATION}} --no-restore --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
run: dotnet test -c Debug --no-restore --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
- name: Fetch tags
run: git fetch --tags --force
- name: Calculate version
Expand Down

0 comments on commit 7eb148b

Please sign in to comment.