mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Temporary log Windows system and app event logs
Diagnostics for https://github.com/actions/runner-images/issues/7007
This commit is contained in:
@@ -354,6 +354,18 @@ jobs:
|
||||
Start-Sleep -Seconds 10
|
||||
dotnet test -c ${{ matrix.configuration }} --no-build --filter FullyQualifiedName~TestLiveServer --logger GitHubActions --collect:"XPlat Code Coverage" --settings ../../build/coverlet.runsettings --results-directory ../../TestResults
|
||||
|
||||
- name: get logs system
|
||||
if: always()
|
||||
run: |
|
||||
Get-EventLog -LogName System | Format-List
|
||||
shell: powershell
|
||||
|
||||
- name: get logs application
|
||||
if: always()
|
||||
run: |
|
||||
Get-EventLog -LogName Application | Format-List
|
||||
shell: powershell
|
||||
|
||||
- name: Store Code Coverage
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user