Fix #233, Add build-run-app and unit-test-coverage CI workflows #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
with: | ||
is_framework_app: true | ||
Check failure on line 12 in .github/workflows/unit-test-coverage.yml GitHub Actions / Unit Test and CoverageInvalid workflow file
|