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