We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d2695 commit 9a3cd08Copy full SHA for 9a3cd08
2 files changed
.github/workflows/build-run-lib.yml
@@ -0,0 +1,12 @@
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: "SAMPLE Lib Initialized"
.github/workflows/unit-test-coverage.yml
@@ -0,0 +1,10 @@
+name: Unit Test and Coverage
+ unit-test-coverage:
+ name: Run unit test and coverage
+ uses: nasa/cFS/.github/workflows/unit-test-coverage.yml@main
0 commit comments