Skip to content

ci

ci #4

Workflow file for this run

name: MATLAB Tests
# Controls when the action will run.
on: [push]
jobs:
run-tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run wkwBuild
uses: matlab-actions/run-command@v2
with:
command: cd zarr-matlab, wkwBuild