mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
upload logs after test 4
This commit is contained in:
12
.github/workflows/dotnet-core.yml
vendored
12
.github/workflows/dotnet-core.yml
vendored
@@ -45,14 +45,10 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-logs
|
||||
path: logs/
|
||||
|
||||
- name: Upload Crash Dumps
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: crash-dumps
|
||||
path: uploads/
|
||||
path: |
|
||||
logs/
|
||||
uploads/
|
||||
UnitTests/TestResults/
|
||||
|
||||
# Note: this step is currently not writing to the gist for some reason
|
||||
# - name: Create Test Coverage Badge
|
||||
|
||||
Reference in New Issue
Block a user