Skip to content

Commit

Permalink
Test: View log contents
Browse files Browse the repository at this point in the history
  • Loading branch information
MounikaBattu17 committed May 13, 2024
1 parent b5d90e3 commit d5d264f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run_g_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@ jobs:
run:
wmic process where name="LabVIEW.exe" call terminate
shell: cmd
if: always()

- name: Get contents of log files
run: |
Get-Content "C:\info.txt"
Get-Content "C:\sub.txt"
Get-Content "C:\grpcid.txt"
Get-Content "C:\sm.txt"
if: always()

0 comments on commit d5d264f

Please sign in to comment.