Skip to content

Commit 9a3cd08

Browse files
committed
Fix #98, Add build-run-app and unit-test-coverage CI workflows
1 parent 83d2695 commit 9a3cd08

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Unit Test and Coverage
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
unit-test-coverage:
9+
name: Run unit test and coverage
10+
uses: nasa/cFS/.github/workflows/unit-test-coverage.yml@main

0 commit comments

Comments
 (0)