Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson authored Sep 18, 2024
1 parent cde0586 commit 10d4e9f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/main.yml
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

0 comments on commit 10d4e9f

Please sign in to comment.