Skip to content

Commit

Permalink
Update BasicWorkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson authored Sep 23, 2024
1 parent d1e8824 commit cb32418
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/BasicWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]

# Allows you to run this workflow manually from the actions tab
workflow_dispatch:

# Basic job to execute a simple batch routine that runs tests via testexecute
jobs:
build:
runs-on: self-hosted
steps:
- name: FreakinRunDammit
working-directory: C:\TestRunner
run: GitHub_Batch.bat
steps:
- name: FreakinRunDammit
working-directory: C:\TestRunner
run: GitHub_Batch.bat

0 comments on commit cb32418

Please sign in to comment.