Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Feb 12, 2025
1 parent ac7b434 commit ecfc033
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/DotNetCore_Unit_Tests_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ jobs:
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit
if: ${{ always() }}

# - name: Upload dotnet test Artifacts
# uses: actions/upload-artifact@master
# with:
# name: dotnet-results-${{ runner.os }}-${{ env.DOTNET_VERSION }}
# path: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/TestResults-9_0-${{ runner.os }}
# # Use always() to always run this step to publish test results when there are test failures
# if: ${{ always() }}
- name: Upload dotnet test Artifacts
uses: actions/upload-artifact@main
with:
name: dotnet-results-${{ runner.os }}-${{ env.DOTNET_VERSION }}
path: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/TestResults-${{ runner.os }}
if: ${{ always() }}

0 comments on commit ecfc033

Please sign in to comment.