From 697c700642482be5fc07b32b34da4bc458097d96 Mon Sep 17 00:00:00 2001 From: "mounika.battu" Date: Fri, 17 May 2024 17:11:34 +0530 Subject: [PATCH] Test: Remove logger --- .github/workflows/run_g_tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/run_g_tests.yml b/.github/workflows/run_g_tests.yml index de30033c4..6a8d6e710 100644 --- a/.github/workflows/run_g_tests.yml +++ b/.github/workflows/run_g_tests.yml @@ -54,9 +54,4 @@ jobs: run: wmic process where name="LabVIEW.exe" call terminate shell: cmd - if: always() - - - name: Get contents of log file - run: | - Get-Content "C:\time.txt" if: always() \ No newline at end of file