Skip to content

Commit

Permalink
CI - Upload logs from test-nuget-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Dec 10, 2024
1 parent 253f173 commit 21d8514
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,13 @@ jobs:
- name: Test NuGet Packages
run: ./build.cmd TestNuGetPackages

- name: Upload test logs
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # tag: v4.4.3
with:
name: test-logs-nuget-packages-${{ matrix.machine }}
path: test-artifacts/

test-jobs:
runs-on: ubuntu-20.04
needs:
Expand Down

0 comments on commit 21d8514

Please sign in to comment.