From 7df56551998da533f96572858b501fb315c62610 Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:04:58 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 075f967..4792a5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,6 @@ jobs: build: runs-on:self-hosted steps: - -name: Run a batch file to run TestComplete test via TestExecute - working-directory: C:\TestRunner - run: ./GitHub_Batch.bat + -name:Run a batch file to run TestComplete test via TestExecute + working-directory:C:\TestRunner + run:./GitHub_Batch.bat