Skip to content

Commit

Permalink
Merge pull request #237 from skliper/fix236-build_run_reusable
Browse files Browse the repository at this point in the history
Fix #236, Switch to reusable build-run workflow
  • Loading branch information
astrogeco authored May 2, 2022
2 parents 8ef4b0d + b4f34c1 commit cd5f1b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 86 deletions.
86 changes: 0 additions & 86 deletions .github/workflows/build-cfs.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/build-run-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build and Run

on:
push:
pull_request:

jobs:
build-run:
name: Build and run with startup msg verification
uses: nasa/cFS/.github/workflows/build-run-app.yml@main

0 comments on commit cd5f1b6

Please sign in to comment.