From 3e579d576ebcf7290131013df376195af1804f59 Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:59:13 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96b1f92..da1d276 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,5 +6,5 @@ jobs: runs-on:self-hosted steps: - name: run a batch file to trigger testcomplete tests via testexecute - working-directory: c:\testrunner - run: ./GitHub_Batch.bat + - working-directory: c:\testrunner + - run: ./GitHub_Batch.bat