Skip to content

Commit

Permalink
Fix nasa#168, Add build-run-app workflow to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 29, 2024
1 parent dc58baf commit 29aa6f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-run-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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"

0 comments on commit 29aa6f2

Please sign in to comment.