Skip to content

Update BasicWorkflow.yml #42

Update BasicWorkflow.yml

Update BasicWorkflow.yml #42

Workflow file for this run

---
# This is a basic workflow that run a simple testexecute batch routine
name: BasicWorkflow
run-name: ${{ github.actor }} is learning GitHub Actions
# Controls when the workflow will run
on:
push:
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:"Run a batch file to trigger TestComplete Tests using TestExecute"

Check failure on line 19 in .github/workflows/BasicWorkflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/BasicWorkflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
working-directory: C:\TestRunner
run: GitHub_Batch.bat