Update TestExecute Simple Test.yml #62
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |