Skip to content

Commit cc302ac

Browse files
committed
correct branch for testing
1 parent 95505d7 commit cc302ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-run-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77
jobs:
88
build-run:
9-
name: Build and run with startup msg verification
10-
uses: thnkslprpt/cFS/.github/workflows/build-run-app.yml@main
9+
name: Build and run with startup msg verification
10+
uses: thnkslprpt/cFS/.github/workflows/build-run-app.yml@fix-798-update-build-and-test-workflows-for-sample-and-lab
1111
with:
1212
startup-string: "Sample App Initialized"
1313
is_framework_app: true

.github/workflows/unit-test-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77
jobs:
88
unit-test-coverage:
99
name: Run unit test and coverage
10-
uses: thnkslprpt/cFS/.github/workflows/unit-test-coverage.yml@main
10+
uses: thnkslprpt/cFS/.github/workflows/unit-test-coverage.yml@fix-798-update-build-and-test-workflows-for-sample-and-lab
1111
with:
1212
is_framework_app: true

0 commit comments

Comments
 (0)