Skip to content

Cross-Compiler Documentation Update + Minor CodeQL Alert Resolutions … #71

Cross-Compiler Documentation Update + Minor CodeQL Alert Resolutions …

Cross-Compiler Documentation Update + Minor CodeQL Alert Resolutions … #71

# Builds and runs UTs on https://github.com/fprime-community/fprime-workshop-led-blinker
name: "LedBlinker Tests"
on:
push:
branches: [ master, devel ]
pull_request:
branches: [ master, devel ]
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
run:
name: ""
uses: ./.github/workflows/reusable-builder.yml
with:
target_repository: fprime-community/fprime-workshop-led-blinker
build_location: LedBlinker
run_unit_tests: true