From 665e3c780f1e6c55674db0ab8c171476fc66d649 Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:34:36 -0400 Subject: [PATCH] Create BasicWorkflow.yml --- .github/workflows/BasicWorkflow.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/BasicWorkflow.yml diff --git a/.github/workflows/BasicWorkflow.yml b/.github/workflows/BasicWorkflow.yml new file mode 100644 index 0000000..e029cd3 --- /dev/null +++ b/.github/workflows/BasicWorkflow.yml @@ -0,0 +1,23 @@ +# This is a basic workflow that run a simple testexecute batch routine +name: BasicWorkflow +run-name: ${{ github.actor }} is learning GitHub Actions + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull event, but only for the main branch + push: + branches: [main] + pull_request: + branches: [main] + # Allows you to run this workflow manually from the actions tab + workflow_dispatch: + +# Simple jpb to execute a simple batch routine that runs tests via testexecute +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