From ca26903b61e3a3920bad80a4d6f99ce58dde8ed3 Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:32:21 -0400 Subject: [PATCH] Create TestCompleteCIRunner.yml --- .github/workflows/TestCompleteCIRunner.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/TestCompleteCIRunner.yml diff --git a/.github/workflows/TestCompleteCIRunner.yml b/.github/workflows/TestCompleteCIRunner.yml new file mode 100644 index 0000000..c3fbbd7 --- /dev/null +++ b/.github/workflows/TestCompleteCIRunner.yml @@ -0,0 +1,15 @@ +name: TestCompleteCIRunner +run-name: ${{ github.actor }} is learning GitHub Actions + +on: + workflow_dispatch: + +jobs: + build: + runs-on: self-hosted + #runs-on: SB-MA-JBMVBY3 + +steps: + - name:Run a batch file to trigger TestComplete Tests + working-directory: C:\TestRunner + run: GitHub_Batch.bat