Skip to content

Commit

Permalink
add input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Jan 7, 2025
1 parent fc1641c commit 95505d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-run-app.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build and Run

on:
push:
pull_request:
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"
build-run:
name: Build and run with startup msg verification
uses: thnkslprpt/cFS/.github/workflows/build-run-app.yml@main
with:
startup-string: "Sample App Initialized"
is_framework_app: true
12 changes: 7 additions & 5 deletions .github/workflows/unit-test-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Unit Test and Coverage

on:
push:
pull_request:
push:
pull_request:

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

0 comments on commit 95505d7

Please sign in to comment.