Skip to content

Commit

Permalink
Create TestCompleteCIRunner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson authored Sep 20, 2024
1 parent 172fb5b commit ca26903
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/TestCompleteCIRunner.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca26903

Please sign in to comment.