Skip to content

Commit

Permalink
Disable archiving Test Artifacts on all GitHub Actions Test Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnelson90 committed Dec 8, 2023
1 parent e05111c commit 9b00038
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/4_6_2_Core_Unit_Tests_Win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/bin/Debug/net462
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/bin/Debug/net462/TestResults-4_6_2-${{ 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@master
# with:
# name: dotnet-results-${{ runner.os }}-${{ env.DOTNET_VERSION }}
# path: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/bin/Debug/net462/TestResults-4_6_2-${{ runner.os }}
# # Use always() to always run this step to publish test results when there are test failures
# if: ${{ always() }}
14 changes: 7 additions & 7 deletions .github/workflows/8_0_Core_Unit_Tests_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/bin/Debug/net8.0
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/bin/Debug/net8.0/TestResults-8_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@master
# with:
# name: dotnet-results-${{ runner.os }}-${{ env.DOTNET_VERSION }}
# path: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/bin/Debug/net8.0/TestResults-8_0-${{ runner.os }}
# # Use always() to always run this step to publish test results when there are test failures
# if: ${{ always() }}
14 changes: 7 additions & 7 deletions .github/workflows/8_0_Core_Unit_Tests_Win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/bin/Debug/net8.0
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/bin/Debug/net8.0/TestResults-8_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@master
# with:
# name: dotnet-results-${{ runner.os }}-${{ env.DOTNET_VERSION }}
# path: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/bin/Debug/net8.0/TestResults-8_0-${{ runner.os }}
# # Use always() to always run this step to publish test results when there are test failures
# if: ${{ always() }}

0 comments on commit 9b00038

Please sign in to comment.