Skip to content

Commit

Permalink
Fix nasa#201, Add build-run-app workflow to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Jan 7, 2025
1 parent d972baf commit 65605be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-run-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: "TO Lab Initialized"
is_framework_app: true

0 comments on commit 65605be

Please sign in to comment.