Skip to content

Commit

Permalink
correct branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Jan 7, 2025
1 parent 95505d7 commit cc302ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-run-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

jobs:
build-run:
name: Build and run with startup msg verification
uses: thnkslprpt/cFS/.github/workflows/build-run-app.yml@main
name: Build and run with startup msg verification
uses: thnkslprpt/cFS/.github/workflows/build-run-app.yml@fix-798-update-build-and-test-workflows-for-sample-and-lab
with:
startup-string: "Sample App Initialized"
is_framework_app: true
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:
jobs:
unit-test-coverage:
name: Run unit test and coverage
uses: thnkslprpt/cFS/.github/workflows/unit-test-coverage.yml@main
uses: thnkslprpt/cFS/.github/workflows/unit-test-coverage.yml@fix-798-update-build-and-test-workflows-for-sample-and-lab
with:
is_framework_app: true

0 comments on commit cc302ac

Please sign in to comment.