Skip to content

Commit 65605be

Browse files
committed
Fix nasa#201, Add build-run-app workflow to CI
1 parent d972baf commit 65605be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build-run-app.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build and Run
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
build-run:
9+
name: Build and run with startup msg verification
10+
uses: nasa/cFS/.github/workflows/build-run-app.yml@main
11+
with:
12+
startup-string: "TO Lab Initialized"
13+
is_framework_app: true

0 commit comments

Comments
 (0)