Skip to content

Added accelerometer and gyro sensors #210

Added accelerometer and gyro sensors

Added accelerometer and gyro sensors #210

Workflow file for this run

name: MATLAB CI
on: [push, pull_request]
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
release: [R2023b, R2025a]
steps:
- uses: actions/checkout@v4
- name: Test MATLAB is working
run: matlab -batch "disp('MATLAB is working')"
# Runs a set of commands using the runners shell
- name: Run all tests
uses: matlab-actions/run-tests@v2
with:
source-folder: code