diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c86642..0ac71aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: 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 + steps: + -name:Run a batch file to run TestComplete test via TestExecute + working-directory:C:\TestRunner + run:./GitHub_Batch.bat