Skip to content

Commit

Permalink
Fix #233, Add build-run-app and unit-test-coverage CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 29, 2024
1 parent ceaf7ab commit fc1641c
Show file tree
Hide file tree
Showing 2 changed files with 22 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: "Sample App Initialized"
10 changes: 10 additions & 0 deletions .github/workflows/unit-test-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Unit Test and Coverage

on:
push:
pull_request:

jobs:
unit-test-coverage:
name: Run unit test and coverage
uses: nasa/cFS/.github/workflows/unit-test-coverage.yml@main

0 comments on commit fc1641c

Please sign in to comment.