Skip to content

CI: Update containers and migrate to newer tooling #13359

CI: Update containers and migrate to newer tooling

CI: Update containers and migrate to newer tooling #13359

name: EKF Change Indicator
on: pull_request
jobs:
unit_tests:
runs-on: ubuntu-latest
container: px4io/px4-dev-base-jammy:2024-04-04
steps:
- uses: actions/checkout@v2.3.1
with:
fetch-depth: 0
- name: ownership workaround
run: git config --system --add safe.directory '*'
- name: checkout newest version of branch
run: |
git fetch origin pull/${{github.event.pull_request.number}}/head:${{github.head_ref}}
git checkout ${GITHUB_HEAD_REF}
- name: main test
run: make tests TESTFILTER=EKF
- name: Check if there is a functional change
run: git diff --exit-code
working-directory: src/modules/ekf2/test/change_indication