We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95505d7 commit cc302acCopy full SHA for cc302ac
.github/workflows/build-run-app.yml
@@ -6,8 +6,8 @@ on:
6
7
jobs:
8
build-run:
9
- name: Build and run with startup msg verification
10
- 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
11
with:
12
startup-string: "Sample App Initialized"
13
is_framework_app: true
.github/workflows/unit-test-coverage.yml
@@ -7,6 +7,6 @@ on:
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
0 commit comments