listen to airspeed validated in preflight checks #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Tests | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: px4io/px4-dev-base-bionic:2019-10-24 | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
token: ${{ secrets.ACCESS_TOKEN }} | |
- name: check_format | |
env: | |
CI: true | |
run: make check_format | |
- name: main tests | |
run: make tests |