Skip to content

Commit

Permalink
Use format-table -wrap for Get-EventLog
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 13, 2023
1 parent 1a5e184 commit a43dd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Print Event Log
shell: powershell
run: Get-EventLog -LogName Application
run: Get-EventLog -LogName Application | format-table -wrap
if: always()

- name: Archive UDK build and test logs
Expand Down

0 comments on commit a43dd04

Please sign in to comment.