Skip to content

Fix #168, Add build-run-app workflow to CI #2

Fix #168, Add build-run-app workflow to CI

Fix #168, Add build-run-app workflow to CI #2

Workflow file for this run

name: Build and Run
on:
push:
pull_request:
jobs:
build-run:
name: Build and run with startup msg verification
uses: nasa/cFS/.github/workflows/build-run-app.yml@main
with:
startup-string: "SCH Lab Initialized"
is_framework_app: true

Check failure on line 13 in .github/workflows/build-run-app.yml

View workflow run for this annotation

GitHub Actions / Build and Run

Invalid workflow file

The workflow is not valid. .github/workflows/build-run-app.yml (Line: 13, Col: 25): Invalid input, is_framework_app is not defined in the referenced workflow.