-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cde0586
commit 10d4e9f
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
name: TestExecuteSimpleTest | ||
|
||
run-name: TestExecute run from GitHub Action | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
push: | ||
branches:[ main ] | ||
pull_request: | ||
branches:[ main ] | ||
workflow_dispatch: | ||
jobs: | ||
Sanity: | ||
runs-on: SB-MA-JBMVBY3 | ||
|
||
build: | ||
runs-on:self-hosted | ||
steps: | ||
-name: Run a batch file to run TestComplete test via TestExecute | ||
working-directory:C:\TestRunner | ||
run:./GitHub_Batch.bat | ||
- name: run a batch file to trigger testcomplete tests via testexecute | ||
working-directory: c:\testrunner | ||
run: ./GitHub_Batch.bat |