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