diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e359ce3..075f967 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,3 +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