diff --git a/.github/workflows/build-run-app.yml b/.github/workflows/build-run-app.yml new file mode 100644 index 0000000..556aeb2 --- /dev/null +++ b/.github/workflows/build-run-app.yml @@ -0,0 +1,12 @@ +name: Build and Run + +on: + push: + pull_request: + +jobs: + build-run: + name: Build and run with startup msg verification + uses: thnkslprpt/cFS/.github/workflows/build-run-app.yml@test + with: + startup-string: "TO Lab Initialized"