Merge pull request #107 from arielswalker/part-cfs/workflows#122-add-… #2
This file contains hidden or 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: MCDC Analysis | ||
| on: | ||
| push: | ||
| branches: | ||
| - dev | ||
| - main | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| workflow_dispatch: | ||
| jobs: | ||
| mcdc: | ||
| name: Run MCDC Analysis | ||
| uses: nasa/cFS/.github/workflows/mcdc-reusable.yml@dev | ||
|
Check failure on line 18 in .github/workflows/mcdc.yml
|
||
| with: | ||
| app-name: 'mm' | ||